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 a97fbaa commit b4d9464Copy full SHA for b4d9464
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": "cd tests && graphql-codegen-hook -c codegen.yml src/query.ts --verbose"
+ "test": "cd tests && npx 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