chore(core): Increase turbo watch concurrency (#26461)

This commit is contained in:
Garrit Franke 2026-03-04 08:38:02 +01:00 committed by GitHub
parent 9a84403d2f
commit 19147d7e44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},