PnpmTask
Nadle / PnpmTask
Variable: PnpmTask
constPnpmTask:Task<PnpmTaskOptions>
Defined in: packages/nadle/src/builtin-tasks/pnpm-task.ts:22
Task for running pnpm commands.
Executes pnpm with the provided arguments in the given working directory.
When filter is set, each value is prepended as a --filter <value> flag so
the command runs only in the matching workspace package(s).