mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 18:11:39 -04:00
fix(cli): the recursive commands should accept --reporter
This commit is contained in:
@@ -287,6 +287,7 @@ const SUPPORTED_CLI_OPTIONS: Record<CANONICAL_COMMAND_NAMES, Set<CLI_OPTIONS>> =
|
||||
'recursive': new Set([
|
||||
'bail',
|
||||
'link-workspace-packages',
|
||||
'reporter',
|
||||
'shared-workspace-lockfile',
|
||||
'sort',
|
||||
'workspace-concurrency',
|
||||
|
||||
Reference in New Issue
Block a user