Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/chengcyber/feat-split-workspace…
Browse files Browse the repository at this point in the history
…' into release/rush-pr3481
  • Loading branch information
octogonz committed Nov 11, 2022
2 parents 3abb6bd + df3fab8 commit ff4a141
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/rush-lib/src/logic/PackageJsonUpdater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ export class PackageJsonUpdater {
const installManagerOptions: IInstallManagerOptions = {
debug: debugInstall,
allowShrinkwrapUpdates: true,
includeSplitWorkspace: false,
ignoreScripts: false,
bypassPolicy: false,
noLink: false,
fullUpgrade: false,
Expand All @@ -311,6 +313,7 @@ export class PackageJsonUpdater {
variant: variant,
maxInstallAttempts: RushConstants.defaultMaxInstallAttempts,
pnpmFilterArguments: [],
splitWorkspacePnpmFilterArguments: [],
checkOnly: false
};

Expand Down

0 comments on commit ff4a141

Please sign in to comment.