Skip to content

Commit ac50646

Browse files
committed
fix: installing husky should not affect CI pipeline
1 parent 79c282e commit ac50646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "git+https://github.com/CodeIntelligenceTesting/jazzer.js.git"
1818
},
1919
"scripts": {
20-
"prepare": "husky install",
20+
"prepare": "husky || true",
2121
"build": "tsc -b tsconfig.build.json",
2222
"clean": "rimraf -g **/node_modules **/tests/**/package-lock.json **/examples/**/package-lock.json **/dist **/coverage packages/fuzzer/build packages/fuzzer/prebuilds",
2323
"compile:watch": "tsc -b tsconfig.build.json --incremental --pretty --watch",

0 commit comments

Comments
 (0)