chore: Run watch mode concurrently (#18746)

This commit is contained in:
yehorkardash
2025-08-25 17:14:09 +03:00
committed by GitHub
parent 37ace47131
commit 110b2de434

View File

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