Files
pnpm/packages/common-cli-options-help
Zoltan Kochan a11aff2990 feat: excluding packages using --filter
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
2020-09-26 13:41:49 +03:00
..
2020-09-17 12:20:07 +03:00
2020-09-23 01:09:33 +03:00

@pnpm/common-cli-options-help

Help for some common CLI options

npm version

Installation

<pnpm|npm|yarn> add @pnpm/common-cli-options-help

License

MIT © Zoltan Kochan