Skip to content

Commit de5b896

Browse files
committed
Fix invalid postinstall script
1 parent 4177802 commit de5b896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"build": "tsc",
3636
"test": "jest",
3737
"lint": "eslint . --cache",
38-
"postinstall": "husky install && yarn build",
38+
"prepare": "husky install && yarn build",
3939
"version": "manual-git-changelog onversion"
4040
},
4141
"jest": {

0 commit comments

Comments
 (0)