Skip to content

Commit

Permalink
fix: codemod release (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe authored Jan 16, 2025
1 parent 1de9814 commit 33fa8e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,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 packages/codemod",
"release": "bumpp --execute='pnpm run changelog' --all --tag='@heroui/codemodv%s'",
"changelog": "npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
"release": "bumpp --execute='pnpm run changelog' --all --tag '@heroui/codemodv%s'",
"prepublishOnly": "pnpm run build"
},
"dependencies": {
Expand Down

0 comments on commit 33fa8e6

Please sign in to comment.