fix(core): show all task logs when using --verbose with run-many
This commit is contained in:
parent
1d2b754f73
commit
d5280f0b75
@ -68,6 +68,7 @@ async function getTerminalOutputLifeCycle(
|
|||||||
};
|
};
|
||||||
} else if (
|
} else if (
|
||||||
shouldUseDynamicLifeCycle(tasks, runnerOptions) &&
|
shouldUseDynamicLifeCycle(tasks, runnerOptions) &&
|
||||||
|
!showVerboseOutput &&
|
||||||
process.env.NX_TASKS_RUNNER_DYNAMIC_OUTPUT !== 'false'
|
process.env.NX_TASKS_RUNNER_DYNAMIC_OUTPUT !== 'false'
|
||||||
) {
|
) {
|
||||||
return await createRunManyDynamicOutputRenderer({
|
return await createRunManyDynamicOutputRenderer({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user