Skip to content

Commit

Permalink
fix: codemod release
Browse files Browse the repository at this point in the history
  • Loading branch information
winchesHe committed Jan 15, 2025
1 parent 271f38b commit c07d6bf
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 c07d6bf

Please sign in to comment.