We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787ee10 commit 3f710eaCopy full SHA for 3f710ea
package.json
@@ -31,7 +31,7 @@
31
"clean": "npx rimraf node_modules package-lock.json && npm run setup",
32
"build": "grunt",
33
"build.all": "grunt test",
34
- "setup": "npm i --ignore-scripts && npm run build",
+ "setup": "npm i --ignore-scripts && npm rebuild husky",
35
"test": "mocha --config=test/.mocharc.yml",
36
"postinstall": "node postinstall.js",
37
"preuninstall": "node preuninstall.js",
0 commit comments