diff --git a/packages/pnpm/src/main.ts b/packages/pnpm/src/main.ts index fcd1f925c3..acdfc564e9 100644 --- a/packages/pnpm/src/main.ts +++ b/packages/pnpm/src/main.ts @@ -287,6 +287,7 @@ const SUPPORTED_CLI_OPTIONS: Record> = 'recursive': new Set([ 'bail', 'link-workspace-packages', + 'reporter', 'shared-workspace-lockfile', 'sort', 'workspace-concurrency',