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 f7b4605 commit 519bb4fCopy full SHA for 519bb4f
package.json
@@ -36,8 +36,8 @@
36
"test:types": "tsc -p types/test",
37
"docs": "vuepress dev docs",
38
"docs:build": "vuepress build docs",
39
- "release": "bash scripts/release.sh",
40
- "prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
+ "changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
+ "release": "bash scripts/release.sh"
41
},
42
"gitHooks": {
43
"pre-commit": "lint-staged",
0 commit comments