mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
fix: setting child concurrency during headless install (#3405)
close #3399
This commit is contained in:
5
.changeset/fluffy-goats-double.md
Normal file
5
.changeset/fluffy-goats-double.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"supi": patch
|
||||
---
|
||||
|
||||
Pass `childConcurrency` option to `@pnpm/headless`. Setting `childConcurrency` should have an effect during frozen lockfile installation.
|
||||
@@ -226,6 +226,7 @@ export async function mutateModules (
|
||||
}
|
||||
try {
|
||||
await headless({
|
||||
childConcurrency: opts.childConcurrency,
|
||||
currentEngine: {
|
||||
nodeVersion: opts.nodeVersion,
|
||||
pnpmVersion: opts.packageManager.name === 'pnpm' ? opts.packageManager.version : '',
|
||||
|
||||
Reference in New Issue
Block a user