Skip to content

Commit

Permalink
chore: add prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 18, 2023
1 parent 4d69ebe commit 9c48ca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"lint": "eslint --ext .ts,.js . && prettier -c src test",
"lint:fix": "eslint --fix --ext .ts,.js . && prettier -w src test",
"prepack": "pnpm unbuild",
"release": "vitest run && changelogen --release && git push --follow-tags && npm publish",
"release": "pnpm test && changelogen --release && git push --follow-tags && npm publish",
"prerelease": "pnpm test && changelogen --prerelease --release && git push --follow-tags && npm publish",
"stub": "pnpm unbuild --stub",
"test": "pnpm lint && vitest run --coverage",
"unbuild": "jiti ./src/cli"
Expand Down

0 comments on commit 9c48ca4

Please sign in to comment.