Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 3a92112

Browse files
committed
fix(scripts): fix changelog build script in package info file
1 parent a67b455 commit 3a92112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"dev": "node server.js",
1313
"lint": "npx prettier --write .",
14-
"changelog": "rm -f CHANGELOG.md && sh ./tools/changelog.sh",
14+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
1515
"postpublish": "yarn publish-npm",
1616
"publish-npm": "yarn publish --access public --ignore-scripts --@andatoshiiki:registry='https://registry.npmjs.org'"
1717
},

0 commit comments

Comments
 (0)