Thomas Kaul
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
6 additions and
0 deletions
-
apps/api/project.json
-
apps/client/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" |
|
|
}, |
|
|
}, |
|
|
|
@ -107,6 +107,9 @@ |
|
|
"executor": "nx:run-commands", |
|
|
"executor": "nx:run-commands", |
|
|
"options": { |
|
|
"options": { |
|
|
"commands": [ |
|
|
"commands": [ |
|
|
|
|
|
{ |
|
|
|
|
|
"command": "shx rm -rf dist/apps/client" |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
"command": "shx mkdir -p dist/apps/client/.well-known" |
|
|
"command": "shx mkdir -p dist/apps/client/.well-known" |
|
|
}, |
|
|
}, |
|
|