Skip to content

Commit

Permalink
fix: don't fail when removing a dep from a workspace that has patches
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 2, 2022
1 parent e5610a5 commit 0b38ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/install/extendInstallOptions.ts
Expand Up @@ -149,7 +149,7 @@ const defaults = async (opts: InstallOptions) => {
preferFrozenLockfile: true,
preferWorkspacePackages: false,
preserveWorkspaceProtocol: true,
pruneLockfileImporters: true,
pruneLockfileImporters: false,
pruneStore: false,
rawConfig: {},
registries: DEFAULT_REGISTRIES,
Expand Down

0 comments on commit 0b38ec8

Please sign in to comment.