Skip to content

Commit 226fad3

Browse files
committed
1.0.7
1 parent 121e503 commit 226fad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"build": "cross-env NODE_ENV=production webpack --config webpack.config.babel.js",
2121
"profile": "cross-env NODE_ENV=production webpack --profile --json --config webpack.config.babel.js > ./dist/profile.json && webpack-bundle-analyzer ./dist/profile.json",
2222
"start": "cross-env WEBPACK_IS_DEV_SERVER=true NODE_ENV=development webpack serve --config webpack.config.babel.js",
23-
"release": "npm version patch"
23+
"release": "npm version patch --force",
24+
"prerelease": "npm run update-hooks",
25+
"update-hooks": "npx simple-git-hooks"
2426
},
2527
"simple-git-hooks": {
2628
"pre-commit": "npx lint-staged",

0 commit comments

Comments
 (0)