We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121e503 commit 226fad3Copy full SHA for 226fad3
package.json
@@ -20,7 +20,9 @@
20
"build": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
21
"profile": "cross-env NODE_ENV=production webpack --profile --json --config webpack.config.babel.js > ./dist/profile.json && webpack-bundle-analyzer ./dist/profile.json",
22
"start": "cross-env WEBPACK_IS_DEV_SERVER=true NODE_ENV=development webpack serve --config webpack.config.babel.js",
23
- "release": "npm version patch"
+ "release": "npm version patch --force",
24
+ "prerelease": "npm run update-hooks",
25
+ "update-hooks": "npx simple-git-hooks"
26
},
27
"simple-git-hooks": {
28
"pre-commit": "npx lint-staged",
0 commit comments