We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4928247 commit a650a6bCopy full SHA for a650a6b
package.json
@@ -25,6 +25,7 @@
25
"build": "unbuild",
26
"dev": "vitest",
27
"lint": "eslint --ext .ts src",
28
+ "prerelease": "pnpm test && pnpm build && standard-version -p && git push --follow-tags && pnpm publish --tag prerelease",
29
"release": "pnpm test && pnpm build && standard-version && git push --follow-tags && pnpm publish",
30
"test": "pnpm lint && pnpm vitest run --coverage"
31
},
0 commit comments