mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Run watch mode concurrently (#18746)
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
"test:affected": "turbo run test --affected --concurrency=1",
|
"test:affected": "turbo run test --affected --concurrency=1",
|
||||||
"test:with:docker": "pnpm --filter=n8n-playwright test:container:standard",
|
"test:with:docker": "pnpm --filter=n8n-playwright test:container:standard",
|
||||||
"test:show:report": "pnpm --filter=n8n-playwright exec playwright show-report",
|
"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",
|
"webhook": "./packages/cli/bin/n8n webhook",
|
||||||
"worker": "./packages/cli/bin/n8n worker"
|
"worker": "./packages/cli/bin/n8n worker"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user