Skip to content

Commit a54800f

Browse files
fix: use prepare over postinstall (#276)
see: typicode/husky#884
1 parent 492a7d8 commit a54800f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"node": ">=v14.21.3"
4646
},
4747
"scripts": {
48-
"postinstall": "husky install",
48+
"prepare": "husky install",
4949
"prepack": "pinst --disable",
5050
"postpack": "pinst --enable",
5151
"start": "microbundle watch",

0 commit comments

Comments
 (0)