Skip to content

Commit

Permalink
ci: add version scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Oct 16, 2024
1 parent 6a31554 commit 7128269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"test": "npm run lint && npm run run:test-case",
"run:test-case": "cypress run --component",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"version": "npm run changelog && git add -A",
"prepublishOnly": "cross-env npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down

0 comments on commit 7128269

Please sign in to comment.