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 bf69d8d commit b6045d8Copy full SHA for b6045d8
package.json
@@ -20,7 +20,7 @@
20
"./package.json": "./package.json"
21
},
22
"scripts": {
23
- "prepare": "chmod +x .husky/pre-commit && npm run build",
+ "prepare": "husky && chmod +x .husky/pre-commit && npm run build",
24
"test": "jest ./test/unit",
25
"test:unit": "jest ./test/unit",
26
"test:api": "jest ./test/api",
0 commit comments