Skip to content

Commit a650a6b

Browse files
committed
chore: add prerelease script
1 parent 4928247 commit a650a6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"build": "unbuild",
2626
"dev": "vitest",
2727
"lint": "eslint --ext .ts src",
28+
"prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
2829
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
2930
"test": "pnpm lint && pnpm vitest run --coverage"
3031
},

0 commit comments

Comments
 (0)