Skip to content

Commit

Permalink
fix: install --frozen-lockfile --lockfile-only should work
Browse files Browse the repository at this point in the history
close #6913
  • Loading branch information
zkochan committed Aug 5, 2023
1 parent aaefb07 commit 740c4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-manager/core/src/install/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export async function mutateModules (
!opts.dedupe &&
installsOnly &&
(
frozenLockfile && !opts.lockfileOnly ||
frozenLockfile ||
opts.ignorePackageManifest ||
!needsFullResolution &&
opts.preferFrozenLockfile &&
Expand Down

0 comments on commit 740c4d8

Please sign in to comment.