Skip to content

Commit

Permalink
ci: fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
shaodahong committed Jun 15, 2020
1 parent 99de2db commit a9c010a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"scripts": {
"commit": "git-cz",
"version": "yarn changelog && git add",
"version": "yarn changelog && git add CHANGELOG.md",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"lint": "eslint . --ext .js",
"prettier": "prettier -c --write '**/*'",
Expand Down

0 comments on commit a9c010a

Please sign in to comment.