Skip to content

Commit

Permalink
Add changesets version cmd to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
cephalization committed Dec 9, 2024
1 parent 90ee4e1 commit a08a2a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=46df7a59e0a8",
"ci:publish": "pnpm publish -r"
"ci:publish": "pnpm publish -r",
"ci:version": "pnpm changeset version"
},
"peerDependencies": {
"@react-three/drei": "^9.105.5",
Expand Down

0 comments on commit a08a2a2

Please sign in to comment.