Skip to content

Commit c2ba1b7

Browse files
committed
chore: remove publish step
1 parent 2554e6b commit c2ba1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepare": "simple-git-hooks",
2727
"prepack": "pnpm build",
2828
"prepublishOnly": "pnpm lint && pnpm test",
29-
"release": "bumpp && npm publish",
29+
"release": "bumpp",
3030
"test": "pnpm test:unit --coverage && pnpm test:types",
3131
"test:unit": "vitest",
3232
"test:types": "tsc --noEmit"

0 commit comments

Comments
 (0)