Skip to content

Commit

Permalink
chore: update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Oct 13, 2024
1 parent e68bcbc commit 9196a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"playground:dev": "pnpm -C playground dev",
"lint": "eslint --fix --ext .ts src",
"prepublishOnly": "pnpm build",
"release": "pnpx standard-version && git push --follow-tags && pnpm publish",
"release": "pnpx standard-version && git push --follow-tags && pnpm publish && pnpm dlx jsr publish",
"size-check": "pnpx vite-bundle-visualizer"
},
"keywords": [
Expand Down

0 comments on commit 9196a66

Please sign in to comment.