Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Jul 30, 2022
1 parent 708d35d commit fe8c258
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 @@ -38,7 +38,7 @@
"build": "unbuild",
"build:all": "unbuild && pnpm -r build",
"format": "prettier --write src/**/*.ts test/*.ts examples/*.ts",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm publish && pnpm publish --access public --filter packages/*",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm publish && pnpm -r publish --access public",
"test": "vitest",
"typecheck": "tsc --noEmit",
"typecheck:all": "tsc --noEmit && pnpm -r typecheck",
Expand Down

0 comments on commit fe8c258

Please sign in to comment.