Skip to content

Commit 24e4a38

Browse files
committed
fix: publish script
1 parent 560e4d8 commit 24e4a38

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
@@ -45,7 +45,7 @@
4545
"dev": "unbuild --stub",
4646
"lint": "biome check .",
4747
"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",
48+
"release": "pnpm run lint && pnpm run typecheck && bumpp && pnpm publish --access public",
4949
"test": "pnpm build && node --test",
5050
"test:coverage": "pnpm build && c8 --include dist --exclude bin --reporter=text node --test",
5151
"bench": "pnpm build && node scripts/benchmarks/run.mjs",

0 commit comments

Comments
 (0)