We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepare
postinstall
1 parent 5968bd9 commit b7167a4Copy full SHA for b7167a4
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"license": "MIT",
7
"scripts": {
8
"preinstall": "npx only-allow pnpm",
9
- "postinstall": "simple-git-hooks",
+ "prepare": "simple-git-hooks",
10
"dev": "webpack --config webpack.dev.js --watch",
11
"build": "rimraf dist && webpack --config webpack.prod.js",
12
"clean": "rimraf dist",
0 commit comments