Gerard Du Pre
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
1 deletions
-
apps/api/project.json
|
@ -38,6 +38,9 @@ |
|
|
"executor": "nx:run-commands", |
|
|
"executor": "nx:run-commands", |
|
|
"options": { |
|
|
"options": { |
|
|
"commands": [ |
|
|
"commands": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "shx rm -rf dist/apps/api" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "shx mkdir -p dist/apps/api/assets/locales" |
|
|
"command": "shx mkdir -p dist/apps/api/assets/locales" |
|
|
}, |
|
|
}, |
|
@ -48,7 +51,7 @@ |
|
|
"command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales" |
|
|
"command": "shx cp -r apps/client/src/locales/* dist/apps/api/assets/locales" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"parallel": true |
|
|
"parallel": false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"serve": { |
|
|
"serve": { |
|
|