Skip to content

Commit b4d9464

Browse files
author
Tonye Jack
committed
Fixed test.
1 parent a97fbaa commit b4d9464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Graphql code generator pre-commit hook",
55
"main": "./bin/graphql-codegen-hook.js",
66
"scripts": {
7-
"test": "cd tests && graphql-codegen-hook -c codegen.yml src/query.ts --verbose"
7+
"test": "cd tests && npx graphql-codegen-hook -c codegen.yml src/query.ts --verbose"
88
},
99
"bin": {
1010
"graphql-codegen-hook": "./bin/graphql-codegen-hook.js"

0 commit comments

Comments
 (0)