@@ -4,7 +4,7 @@
|
||||
"projectType": "library",
|
||||
"tags": ["scope:create-app"],
|
||||
"targets": {
|
||||
"build": {
|
||||
"before-build": {
|
||||
"executor": "nx:run-commands",
|
||||
"cache": true,
|
||||
"options": {
|
||||
@@ -13,6 +13,19 @@
|
||||
},
|
||||
"dependsOn": ["^build", "typecheck"]
|
||||
},
|
||||
"build": {
|
||||
"executor": "nx:run-commands",
|
||||
"cache": true,
|
||||
"options": {
|
||||
"cwd": "packages/create-twenty-app",
|
||||
"commands": [
|
||||
"mkdir -p dist/constants/base-application",
|
||||
"cp -R src/constants/base-application dist/constants",
|
||||
"cp -R ../../.yarn/releases dist/constants/base-application/.yarn"
|
||||
]
|
||||
},
|
||||
"dependsOn": ["before-build"]
|
||||
},
|
||||
"dev": {
|
||||
"executor": "nx:run-commands",
|
||||
"dependsOn": ["build"],
|
||||
|
||||
Reference in New Issue
Block a user