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 1e81dd4 commit f8a8e19Copy full SHA for f8a8e19
package.json
@@ -39,8 +39,7 @@
39
},
40
"engine-strict": true,
41
"scripts": {
42
- "postinstall": "git-hooks --install",
43
- "preuninstall": "git-hooks --uninstall",
+ "postinstall": "git-hooks --uninstall; git-hooks --install",
44
"test": "jscs . && jshint . && mocha --reporter spec --recursive tests",
45
"coverage": "istanbul cover _mocha --recursive tests"
46
0 commit comments