Skip to content

Commit 50bcf0d

Browse files
chore: update release script to remove publish command
1 parent 45dd80c commit 50bcf0d

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
@@ -80,7 +80,7 @@
8080
"build": "tsdown",
8181
"dev": "tsdown --watch",
8282
"bumpp": "bumpp package.json",
83-
"release": "pnpm build && pnpm bumpp && pnpm publish --no-git-checks --access public",
83+
"release": "pnpm build && pnpm bumpp",
8484
"playground:nitro": "cd playgrounds/nitro && pnpm install && pnpm dev",
8585
"playground:nuxt": "cd playgrounds/nuxt && pnpm install && pnpm dev",
8686
"playground:federation": "cd playgrounds/federation && pnpm install && pnpm dev",

0 commit comments

Comments
 (0)