Skip to content

Commit

Permalink
fix: changeset script
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jun 9, 2024
1 parent 70c89fb commit 203b812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"postinstall": "pnpm run build",
"lint": "eslint .",
"ci:publish": "pnpm publish -r",
"changeset": "changeset version",
"changeset:version": "changeset version && pnpm -r generate:version && git add --all",
"changeset:release": "changeset publish",
"format": "eslint --fix .",
"build": "pnpm run --r --filter \"./packages/**\" build",
"test": "pnpm run --r --filter \"./packages/**\" test"
Expand Down

0 comments on commit 203b812

Please sign in to comment.