mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-23 17:41:50 -04:00
Packages may be excluded from a command's scope, using "!" at the beginning of the selector. For instance, this will run tests in all projects except foo: ``` pnpm --filter=!foo test ``` And this one will run tests in all projects that are not under the `lib` directory: ``` pnpm --filter=!./lib test ``` close #2804 PR #2898
@pnpm/common-cli-options-help
Help for some common CLI options
Installation
<pnpm|npm|yarn> add @pnpm/common-cli-options-help
License
MIT © Zoltan Kochan