Commit c1faaf9
fix(core): disable concurrency for package subtasks (backport of #4276)
The inner package subtask list (copy-files, prepare-native-dependencies,
finalize-package) was unintentionally inheriting "concurrent": true from
the list of targets a couple of levels up. As a result all three subtasks
appear to start simultaneously in CI logs even though the underlying work
in @electron/packager runs sequentially. Set concurrent: false on that
inner list so the subtasks render sequentially.
Co-authored-by: Ryan Fitzgerald <rwfitzge@gmail.com>1 parent 6882429 commit c1faaf9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
584 | 585 | | |
585 | 586 | | |
586 | 587 | | |
| |||
0 commit comments