mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-12 02:57:44 -04:00
fix: run --parallel
fixes a regression in v5.5.4
This commit is contained in:
5
.changeset/forty-hounds-yawn.md
Normal file
5
.changeset/forty-hounds-yawn.md
Normal 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.
|
||||
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user