You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(installing): skip lockfile verification when delegating to pacquet
Pacquet's frozen-install path runs the same resolver-policy gate
(port of `verifyLockfileResolutions`), so re-running on the pnpm
side before delegating duplicates the work — and for
`minimumReleaseAge` in strict mode each entry costs an HTTP probe.
Gated narrowly: only skipped when `--frozen-lockfile` (or the CI
`frozenLockfileIfExists` default against an existing lockfile) is
in play. The optimistic `preferFrozenLockfile` path decides whether
to delegate later, inside `tryFrozenInstall`, so verification still
runs there.
0 commit comments