Skip to content

Commit dccfdeb

Browse files
committed
chore: update release script
1 parent 1715029 commit dccfdeb

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
@@ -23,7 +23,7 @@
2323
"playground:deploy": "pnpm -C playground deploy",
2424
"lint": "eslint --fix --ext .ts src",
2525
"prepublishOnly": "pnpm build",
26-
"release": "pnpx standard-version && git push --follow-tags && pnpm publish && pnpm dlx jsr publish",
26+
"release": "pnpx standard-version && git push --follow-tags && pnpm publish",
2727
"size-check": "pnpx vite-bundle-visualizer"
2828
},
2929
"keywords": [

0 commit comments

Comments
 (0)