We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432ec7 commit a78e5e8Copy full SHA for a78e5e8
package.json
@@ -4,7 +4,7 @@
4
"description": "Graphql code generator pre-commit hook",
5
"main": "./bin/graphql-codegen-hook.js",
6
"scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 0"
+ "test": "cd tests && graphql-codegen-hook -c codegen.yml src/query.ts --verbose"
8
},
9
"bin": {
10
"graphql-codegen-hook": "./bin/graphql-codegen-hook.js"
0 commit comments