Skip to content

Commit a84422e

Browse files
committed
feat: release script
1 parent 1a0ab58 commit a84422e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dev": "unbuild --stub",
2828
"lint": "biome check .",
2929
"prepublishOnly": "pnpm audit --audit-level=high && pnpm build && pnpm size && pnpm schema:build",
30-
"release": "bumpp && npm publish",
30+
"release": "pnpm run lint && pnpm run typecheck && bumpp && pnpm publih --access public",
3131
"test": "pnpm build && node --test",
3232
"test:coverage": "pnpm build && c8 --include dist --exclude bin --reporter=text node --test",
3333
"bench": "pnpm build && node scripts/benchmarks/run.mjs",

0 commit comments

Comments
 (0)