mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 10:08:15 -04:00
Replace the hardcoded command name list in main.ts with a declarative recursiveByDefault property on CommandDefinition. Each command that should run workspace-wide by default now exports this property. Also adds recursiveByDefault to list, ll, and why commands.
266 B
266 B
pnpm
| pnpm |
|---|
| major |
pnpm list, pnpm ll, pnpm la, and pnpm why now run on all workspace projects by default when executed inside a workspace, matching the behavior of pnpm install and pnpm audit. Use --no-recursive to check only the current project.