Fix npx nx run start (twenty:server:worker was not triggered) (#8384)

twenty:server:worker was not triggered in npx nx run start

Co-authored-by: guillim <guillaume@twenty.com>
This commit is contained in:
Guillim
2024-11-07 15:57:12 +01:00
committed by GitHub
parent c571c9bdca
commit 2ab4aa1377

View File

@@ -350,7 +350,7 @@
"version": "0.2.1",
"nx": {},
"scripts": {
"start": "npx nx run-many -t start worker -p twenty-server twenty-front"
"start": "npx concurrently --kill-others 'npx nx run-many -t start -p twenty-server twenty-front' 'npx wait-on tcp:3000 && npx nx run twenty-server:worker'"
},
"workspaces": {
"packages": [