fix: run --parallel

fixes a regression in v5.5.4
This commit is contained in:
Zoltan Kochan
2020-08-31 12:07:57 +03:00
parent 6138b56d0c
commit 13c332e691
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"@pnpm/default-reporter": patch
---
Fixes a regression published in pnpm v5.5.3 as a result of nullish coalescing refactoring.

View File

@@ -59,7 +59,7 @@ export default function (
throttleProgress: opts.throttleProgress,
}),
reportLifecycleScripts(log$, {
appendOnly: opts.appendOnly ?? opts.streamLifecycleOutput,
appendOnly: opts.appendOnly === true || opts.streamLifecycleOutput,
cwd,
width,
}),