Skip to content

Commit 519bb4f

Browse files
committed
chore(changelog): remove changelog generation from prepublish
1 parent f7b4605 commit 519bb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"test:types": "tsc -p types/test",
3737
"docs": "vuepress dev docs",
3838
"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"
39+
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
40+
"release": "bash scripts/release.sh"
4141
},
4242
"gitHooks": {
4343
"pre-commit": "lint-staged",

0 commit comments

Comments
 (0)