From 110b2de434c1ff139ffec370238aef843483582f Mon Sep 17 00:00:00 2001 From: yehorkardash Date: Mon, 25 Aug 2025 17:14:09 +0300 Subject: [PATCH] chore: Run watch mode concurrently (#18746) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },