We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560e4d8 commit 24e4a38Copy full SHA for 24e4a38
1 file changed
package.json
@@ -45,7 +45,7 @@
45
"dev": "unbuild --stub",
46
"lint": "biome check .",
47
"prepublishOnly": "pnpm audit --audit-level=high && pnpm build && pnpm size && pnpm schema:build",
48
- "release": "pnpm run lint && pnpm run typecheck && bumpp && pnpm publih --access public",
+ "release": "pnpm run lint && pnpm run typecheck && bumpp && pnpm publish --access public",
49
"test": "pnpm build && node --test",
50
"test:coverage": "pnpm build && c8 --include dist --exclude bin --reporter=text node --test",
51
"bench": "pnpm build && node scripts/benchmarks/run.mjs",
0 commit comments