mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
chore(core): Increase turbo watch concurrency (#26461)
This commit is contained in:
parent
9a84403d2f
commit
19147d7e44
|
|
@ -46,7 +46,7 @@
|
|||
"test:affected": "turbo run test --affected --concurrency=1",
|
||||
"test:with:docker": "pnpm --filter=n8n-playwright test:container:standard",
|
||||
"test:show:report": "pnpm --filter=n8n-playwright exec playwright show-report",
|
||||
"watch": "turbo run watch --concurrency=30",
|
||||
"watch": "turbo run watch --concurrency=32",
|
||||
"webhook": "./packages/cli/bin/n8n webhook",
|
||||
"worker": "./packages/cli/bin/n8n worker"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user