Move schemas to constant folder (#15207)

- move schemas to constants
- increase npm package version
This commit is contained in:
martmull
2025-10-20 15:41:53 +02:00
committed by GitHub
parent 3aa448d951
commit 7723fa70a4
13 changed files with 27 additions and 23 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"options": {
"cwd": "packages/twenty-cli",
"commands": [
"cp -R src/constants/base-application-project dist/constants"
"cp -R src/constants/base-application-project dist/constants",
"cp -R src/constants/schemas dist/constants"
]
},
"dependsOn": ["after-build"]