fix(ci): reorganize workflow steps and move cache saving to correct s… (#13083)

…tage
This commit is contained in:
Antoine Moreaux
2025-07-07 18:06:25 +02:00
committed by GitHub
parent e4120cdce3
commit 29f7b74756
5 changed files with 33 additions and 21 deletions

View File

@ -49,6 +49,13 @@
"command": "NODE_ENV=development && nest start --watch"
}
},
"start:ci": {
"executor": "nx:run-commands",
"options": {
"cwd": "packages/twenty-server",
"command": "NODE_ENV=development && nest start"
}
},
"start:debug": {
"executor": "nx:run-commands",
"dependsOn": ["build"],