Skip to content

Commit 5d2cfad

Browse files
committed
fix: 🐛 Fixed issue with husky
✅ Closes: ć
1 parent 7edf715 commit 5d2cfad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
},
2525
"scripts": {
2626
"build": "rollup -c",
27-
"postinstall": "yarn husky install",
28-
"prepare": "install-peers",
27+
"prepare": "install-peers && yarn husky install",
2928
"lint": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
3029
"test": "jest",
3130
"release": "yarn semantic-release"

0 commit comments

Comments
 (0)