Skip to content

Commit

Permalink
chore: simplify release command
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Mar 3, 2023
1 parent 319f7ce commit 225fa64
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 @@ -28,7 +28,7 @@
"lint": "eslint --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts,.js,.mjs,.cjs . && prettier -w src test",
"prepack": "unbuild",
"release": "pnpm test && pnpm changelogen --release && git push --follow-tags && pnpm publish",
"release": "pnpm test && pnpm changelogen --release --push && pnpm publish",
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 225fa64

Please sign in to comment.