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:
@ -350,7 +350,7 @@
|
|||||||
"version": "0.2.1",
|
"version": "0.2.1",
|
||||||
"nx": {},
|
"nx": {},
|
||||||
"scripts": {
|
"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": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
|
|||||||
Reference in New Issue
Block a user