Fix twenty cli (#15997)

As title

fixes "app add" and "app init" commands
adds tests
This commit is contained in:
martmull
2025-11-21 19:21:30 +01:00
committed by GitHub
parent 3b5949ec3c
commit aa5d30a911
22 changed files with 201 additions and 696 deletions
+1 -2
View File
@@ -19,8 +19,7 @@
"options": {
"cwd": "packages/twenty-cli",
"commands": [
"cp -R src/constants/base-application-project dist/constants",
"cp -R src/constants/schemas dist/constants"
"cp -R src/constants/base-application-project dist/constants"
]
},
"dependsOn": ["before-build"]