Skip to content

Commit

Permalink
fix changeset cli
Browse files Browse the repository at this point in the history
  • Loading branch information
metaory committed Jun 24, 2024
1 parent 3304fb3 commit 7c65545
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 @@ -16,7 +16,7 @@
"test": "node --test --test-concurrency 1",
"watch:test": "node --test --watch",
"watch:build": "watchexec -w src -d 300 npm run build",
"version": "npm i @changesets/cli && npm exec changeset version",
"version": "npm i @changesets/cli @changesets/changelog-github && npm exec changeset version",
"build": "npx unbuild",
"build:demo": "sh .github/scripts/gen-img",
"build:stub": "npx unbuild --stub"
Expand Down

0 comments on commit 7c65545

Please sign in to comment.