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 7aa619b commit 4a18222Copy full SHA for 4a18222
package.json
@@ -8,8 +8,9 @@
8
"license": "MIT",
9
"scripts": {
10
"build": "rm -rf dist && webpack",
11
- "preversion": "npm run build && git add dist",
12
- "version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
+ "prepareRelease": "npm run build && git add dist",
+ "createChangelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
13
+ "version": "npm run prepareRelease && npm run createChangelog",
14
"precommit": "yarn lint && yarn test",
15
"commitmsg": "commitlint -e $GIT_PARAMS",
16
"test": "jest",
0 commit comments