Skip to content

Commit b7167a4

Browse files
committed
chore: use prepare instead of postinstall
1 parent 5968bd9 commit b7167a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"preinstall": "npx only-allow pnpm",
9-
"postinstall": "simple-git-hooks",
9+
"prepare": "simple-git-hooks",
1010
"dev": "webpack --config webpack.dev.js --watch",
1111
"build": "rimraf dist && webpack --config webpack.prod.js",
1212
"clean": "rimraf dist",

0 commit comments

Comments
 (0)