Skip to content

Commit

Permalink
fix: changeset command
Browse files Browse the repository at this point in the history
  • Loading branch information
magicspon committed May 19, 2024
1 parent 6bcf233 commit 75f7d64
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 @@ -31,7 +31,7 @@
"prepare": "husky install",
"storybook": "turbo run storybook --filter=ui",
"build-storybook": "turbo run build-storybook --filter=ui",
"version": "pnpm changesets version; pnpm i"
"version": "pnpm changeset version; pnpm i"
},
"dependencies": {
"@changesets/cli": "^2.27.2",
Expand Down

0 comments on commit 75f7d64

Please sign in to comment.