Skip to content

Commit

Permalink
use bin directly
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 11, 2024
1 parent f9f58ca commit 4257bc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/changesets-fixed-version-bump/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion build-packages/changesets-fixed-version-bump/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ async function bump() {
info('updating root package.json');
await updateRootPackageJson(version);
info('setting version');
await command('changeset version');
// abstract from different package managers
await command('node_modules/@changesets/cli/bin.js version');

// after bump
info('executing after bump scripts');
Expand Down

0 comments on commit 4257bc1

Please sign in to comment.