fix(cli): the recursive commands should accept --reporter

This commit is contained in:
Zoltan Kochan
2019-10-29 00:46:15 +02:00
parent 4e6fb963f5
commit 89ee3da59e

View File

@@ -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',