mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-27 10:30:58 -04:00
In --global mode, globalAdd passes workspaceDir to approve-builds so it can update the global pnpm-workspace.yaml. approve-builds then forwarded that workspaceDir into install.handler, which (with workspacePackagePatterns undefined) recursively discovered sibling install dirs as workspace projects and failed the frozen-lockfile check on stale @pnpm/exe install dirs.