Files
pnpm/packages/plugin-commands-script-runners
Zoltan Kochan 092f8dd83a feat: --workspace-root
`--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
2020-09-17 11:07:05 +03:00
..
2020-09-17 11:07:05 +03:00
2020-09-17 11:07:05 +03:00
2020-09-16 01:27:05 +03:00
2020-09-16 01:27:05 +03:00

@pnpm/plugin-commands-script-runners

Commands for running scripts

npm version

Installation

<pnpm|npm|yarn> add @pnpm/plugin-commands-script-runners

License

MIT © Zoltan Kochan