We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c282e commit ac50646Copy full SHA for ac50646
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"url": "git+https://github.com/CodeIntelligenceTesting/jazzer.js.git"
18
},
19
"scripts": {
20
- "prepare": "husky install",
+ "prepare": "husky || true",
21
"build": "tsc -b tsconfig.build.json",
22
"clean": "rimraf -g **/node_modules **/tests/**/package-lock.json **/examples/**/package-lock.json **/dist **/coverage packages/fuzzer/build packages/fuzzer/prebuilds",
23
"compile:watch": "tsc -b tsconfig.build.json --incremental --pretty --watch",
0 commit comments