From cf4bc4805547977c5ec8aaf1c931aaadb17ddc2c Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 19 Jan 2024 17:03:11 +0000 Subject: [PATCH] fix: Fix issue with pnpm run watch not working (no-changelog) (#8278) Co-authored-by: Michael Kret --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cf8c92fe15..82755641b9 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "test:backend": "pnpm --filter=!@n8n/chat --filter=!n8n-design-system --filter=!n8n-editor-ui --filter=!n8n-nodes-base test", "test:nodes": "pnpm --filter=n8n-nodes-base test", "test:frontend": "pnpm --filter=@n8n/chat --filter=n8n-design-system --filter=n8n-editor-ui test", - "watch": "turbo run watch", + "watch": "turbo run watch --parallel", "webhook": "./packages/cli/bin/n8n webhook", "worker": "./packages/cli/bin/n8n worker", "cypress:install": "cypress install",