Skip to content

Commit 919ab3f

Browse files
committed
Revert "Uninstall and install hooks in postinstall script"
This reverts commit f8a8e19.
1 parent cc1039d commit 919ab3f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"engine-strict": true,
4141
"scripts": {
42-
"postinstall": "git-hooks --uninstall; git-hooks --install",
42+
"postinstall": "git-hooks --install",
43+
"preuninstall": "git-hooks --uninstall",
4344
"test": "jscs . && jshint . && mocha --reporter spec --recursive tests",
4445
"coverage": "istanbul cover _mocha --recursive tests"
4546
},

0 commit comments

Comments
 (0)