aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/angular.json
diff options
context:
space:
mode:
authorshaaban Altanany <shaaban.eltanany.ext@orange.com>2020-01-29 11:28:00 +0200
committerKAPIL SINGAL <ks220y@att.com>2020-02-02 19:29:57 +0000
commit74ee6be955fbfc6c82ef693dc9a142e058fbb833 (patch)
tree92b7a730035529a612b8c26b07335ecec65c891d /cds-ui/designer-client/angular.json
parent7b1469e1883097ab0c2b4dc76f5307667482be2d (diff)
add designer client build inside loopback server
Issue-ID: CCSDK-2067 Change-Id: I5acef65ee6703405b70708dd17a1be7acb808531 Signed-off-by: shaaban Altanany <shaaban.eltanany.ext@orange.com>
Diffstat (limited to 'cds-ui/designer-client/angular.json')
-rw-r--r--cds-ui/designer-client/angular.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json
index 916ea2ff2..436a0df6d 100644
--- a/cds-ui/designer-client/angular.json
+++ b/cds-ui/designer-client/angular.json
@@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
- "outputPath": "dist/designer-client",
+ "outputPath": "../server/public",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",