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/client/project.json
|
@ -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" |
|
|
}, |
|
|
}, |
|
@ -150,7 +153,7 @@ |
|
|
"command": "shx cp LICENSE dist/apps/client/assets" |
|
|
"command": "shx cp LICENSE dist/apps/client/assets" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"parallel": true |
|
|
"parallel": false |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
"serve": { |
|
|
"serve": { |
|
|