Skip to content

Commit

Permalink
Fix pnpm release:version from root
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Nov 10, 2023
1 parent 3b8eefe commit a748839
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 @@ -9,7 +9,7 @@
"build": "rimraf packages/*/dist && pnpm -r build",
"lint": "pnpm -r lint",
"format": "pnpm -r format",
"release:version": "npm run changeset version",
"release:version": "changeset version",
"release": "npm run build && changeset publish",
"reset": "git clean -xdf",
"up-dep": "pnpm -r up --latest"
Expand Down

1 comment on commit a748839

@vercel
Copy link

@vercel vercel bot commented on a748839 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.