diff --git a/package.json b/package.json index 4870e129c1..9ff3b32575 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,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", + "watch": "turbo run watch --concurrency=30", "webhook": "./packages/cli/bin/n8n webhook", "worker": "./packages/cli/bin/n8n worker" },