Files
Zoltan Kochan 80306c4043 fix: honor --prefix when resolving workspace dir (#11550)
The `--prefix` option (renamed to `dir`) was applied to options after
`getWorkspaceDir` had already run, so workspace detection fell back to
`process.cwd()` and missed the manifest at the prefix dir. As a result,
running pnpm from outside the project (e.g. `pnpm --prefix=child install`
from the parent dir) silently skipped settings declared in
`child/pnpm-workspace.yaml`.

Backport of #11549 to release/10. Closes #11535.
2026-05-12 10:15:59 +02:00
..
2026-05-06 15:00:18 +02:00
2025-10-23 11:57:12 +02:00
2026-05-06 15:00:18 +02:00