diff --git a/exec/plugin-commands-script-runners/src/run.ts b/exec/plugin-commands-script-runners/src/run.ts index db5266ac97..8c7d9572bb 100644 --- a/exec/plugin-commands-script-runners/src/run.ts +++ b/exec/plugin-commands-script-runners/src/run.ts @@ -156,12 +156,24 @@ For options that may be used with `-r`, see "pnpm help recursive"', export type RunOpts = & Omit & { recursive?: boolean } - & Pick + & Pick & ( - & { recursive?: false } - & Partial> - | { recursive: true } - & Required> + | { recursive?: false } & Partial> + | { recursive: true } & Required> ) & { argv?: {