Skip to content

Commit 66e9720

Browse files
committed
chore: proper config of husky
1 parent 7157044 commit 66e9720

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"semantic-release": "^24.2.0"
5858
},
5959
"scripts": {
60-
"prepare": "husky",
60+
"postinstall": "husky",
61+
"prepack": "pinst --disable",
62+
"postpack": "pinst --enable",
6163
"commit": "git-cz",
6264
"lint": "eslint",
6365
"lint:fix": "yarn lint --fix"

0 commit comments

Comments
 (0)