Skip to content

Commit e800973

Browse files
committed
chore(package.json): modify the command to generate a Changelog
1 parent c7f259b commit e800973

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
@@ -24,7 +24,7 @@
2424
"lint:check": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
2525
"commit": "npx cz",
2626
"husky:install": "husky install",
27-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0 -s"
27+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
2828
},
2929
"dependencies": {
3030
"@ant-design/icons-vue": "^6.1.0",

0 commit comments

Comments
 (0)