mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-05 11:09:31 +02:00
chore: Fix pnpm reset by limiting concurrency (#31729)
This commit is contained in:
parent
e00dce45c6
commit
be01de6143
|
|
@ -31,4 +31,4 @@ echo('⏬ Running pnpm install...');
|
|||
await $`pnpm install`;
|
||||
|
||||
echo('🏗️ Running pnpm build...');
|
||||
await $`pnpm build`;
|
||||
await $`pnpm build --concurrency=50%`;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user