Skip to content

Commit

Permalink
try raw yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jun 9, 2023
1 parent 7cdb0a8 commit ee7e0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ export const run = async (options: unknown) => {
await bumpAllPackageJsons({ packages, currentVersion, nextVersion, verbose });

console.log(`⬆️ Updating lock file with ${chalk.blue('yarn install')}`);
await execaCommand(`yarn task --task=install`, {
cwd: path.join(__dirname, '..', '..'),
await execaCommand(`yarn install`, {
cwd: path.join(CODE_DIR_PATH),
stdio: verbose ? 'inherit' : undefined,
});
console.log(`✅ Updated lock file with ${chalk.blue('yarn install')}`);
Expand Down

0 comments on commit ee7e0c3

Please sign in to comment.