Skip to content

Commit

Permalink
fix(plugin-js-packages): add ignoreExitCode option for yarn v2 packag…
Browse files Browse the repository at this point in the history
…e manager (#878)

Fix #877
  • Loading branch information
getlarge authored Nov 20, 2024
1 parent 1353b20 commit dee46b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const yarnv2PackageManager: PackageManager = {
],
supportedDepGroups: ['prod', 'dev'], // Yarn v2 does not support audit for optional dependencies
unifyResult: yarnv2ToAuditResult,
ignoreExitCode: true,
},
outdated: {
commandArgs: COMMON_OUTDATED_ARGS,
Expand Down

0 comments on commit dee46b3

Please sign in to comment.