Skip to content

Commit

Permalink
chore: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Jan 6, 2024
1 parent 82308ed commit a8ecf3b
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 @@ -17,7 +17,7 @@
"changeset": "changeset",
"version-packages": "changeset version && pnpm i",
"ci:version": "changeset version && pnpm i --no-frozen-lockfile && git add .",
"release": "pnpm run build && changeset publish",
"release": "pnpm run build:kit && changeset publish",
"update-deps": "taze -w -r && pnpm i",
"publish": "changeset publish",
"prepublish": "pnpm build"
Expand Down

0 comments on commit a8ecf3b

Please sign in to comment.