mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 15:59:26 -05:00
`--workspace-root`, `-w`: a new option that allows to focus on the root workspace project. E.g., the following command runs the `lint` script of the root `package.json` from anywhere in the monorepo: ``` pnpm -w lint ``` PR #2866