Skip to content

Commit

Permalink
Remove redundant yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Jul 14, 2023
1 parent 66ca2c0 commit 8c4c119
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/helpers/local-monorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default class LocalMonorepo<
async create() {
await super.create();
await this.runCommand('yarn', ['set', 'version', 'stable']);
await this.runCommand('yarn');
}

/**
Expand Down

0 comments on commit 8c4c119

Please sign in to comment.