PnpmTaskOptions
Nadle / PnpmTaskOptions
Interface: PnpmTaskOptions
Defined in: packages/nadle/src/builtin-tasks/pnpm-task.ts:8
Options for the PnpmTask.
Properties
args
readonlyargs:MaybeArray<string>
Defined in: packages/nadle/src/builtin-tasks/pnpm-task.ts:10
Arguments to pass to the pnpm CLI.
filter?
readonlyoptionalfilter?:MaybeArray<string>
Defined in: packages/nadle/src/builtin-tasks/pnpm-task.ts:12
Workspace package(s) to scope the command to, passed as pnpm --filter flags.