We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0ab58 commit a84422eCopy full SHA for a84422e
1 file changed
package.json
@@ -27,7 +27,7 @@
27
"dev": "unbuild --stub",
28
"lint": "biome check .",
29
"prepublishOnly": "pnpm audit --audit-level=high && pnpm build && pnpm size && pnpm schema:build",
30
- "release": "bumpp && npm publish",
+ "release": "pnpm run lint && pnpm run typecheck && bumpp && pnpm publih --access public",
31
"test": "pnpm build && node --test",
32
"test:coverage": "pnpm build && c8 --include dist --exclude bin --reporter=text node --test",
33
"bench": "pnpm build && node scripts/benchmarks/run.mjs",
0 commit comments