Skip to content

Commit

Permalink
fix(script): fix the upgrade script (#943)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed Feb 1, 2024
1 parent 6de60d6 commit 55b8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-backstage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function updateBackstageVersionFile(version) {
}

console.log('Bumping version...');
execSync('yarn run version:bump', { stdio: 'inherit' });
execSync('yarn run versions:bump', { stdio: 'inherit' });

console.log('Pinning all dependencies...');
pinDependencies();
Expand Down

0 comments on commit 55b8470

Please sign in to comment.