Skip to content

Commit 3f710ea

Browse files
committed
chore: ensure pre-commit hooks are always installed
1 parent 787ee10 commit 3f710ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
3232
"build": "grunt",
3333
"build.all": "grunt test",
34-
"setup": "npm i --ignore-scripts && npm run build",
34+
"setup": "npm i --ignore-scripts && npm rebuild husky",
3535
"test": "mocha --config=test/.mocharc.yml",
3636
"postinstall": "node postinstall.js",
3737
"preuninstall": "node preuninstall.js",

0 commit comments

Comments
 (0)