Skip to content

Commit

Permalink
match all versions of a project with yarn 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Mar 20, 2024
1 parent b389754 commit 4223f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-common/src/js-package-manager/Yarn2Proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class Yarn2Proxy extends JsPackageManager {
public async findInstallations(pattern: string[]) {
const commandResult = await this.executeCommand({
command: 'yarn',
args: ['info', '--name-only', '--recursive', ...pattern],
args: ['info', '--name-only', '--recursive', '--all', ...pattern],
env: {
FORCE_COLOR: 'false',
},
Expand Down

0 comments on commit 4223f89

Please sign in to comment.