Skip to content

Commit

Permalink
chore: optimize release flow (#74)
Browse files Browse the repository at this point in the history
* chore: optimize release flow

* fix: eslint
  • Loading branch information
winchesHe authored Jun 1, 2024
1 parent 0220ec3 commit af3e55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"lint:fix": "eslint . -max-warnings=0 --fix",
"check:prettier": "prettier --check .",
"check:types": "tsc --noEmit",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . && git add .",
"release": "bumpp --execute='pnpm run changelog'",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
"release": "bumpp --execute='pnpm run changelog' --all",
"prepare": "husky install",
"postbuild": "pnpm run update:components",
"prepublishOnly": "pnpm run build"
Expand Down

0 comments on commit af3e55b

Please sign in to comment.