diff options
author | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-12-20 10:47:47 +0200 |
---|---|---|
committer | Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com> | 2020-12-20 10:49:23 +0200 |
commit | 8836e4b122cfffc8af1ee1e3ec367b77e43554aa (patch) | |
tree | 879a195ff65eaa1134ffaad41e74a3a5511db1ea /cds-ui/designer-client/package.json | |
parent | 61c951f47d1237617a5adccc05e91589ae80e28e (diff) |
add new build script
add highlighting for action output selection
Issue-ID: CCSDK-3042
Signed-off-by: Ahmedeldeeb50 <ahmed.eldeeb.ext@orange.com>
Change-Id: I630776b256fa35c588fb45d69da0281b9d0aa575
Diffstat (limited to 'cds-ui/designer-client/package.json')
-rw-r--r-- | cds-ui/designer-client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cds-ui/designer-client/package.json b/cds-ui/designer-client/package.json index 6d8c31ad4..6b636c4c8 100644 --- a/cds-ui/designer-client/package.json +++ b/cds-ui/designer-client/package.json @@ -5,6 +5,7 @@ "ng": "ng", "start": "npm run lint && ng serve --proxy-config proxy.conf.json && ng build --prod --aot ", "build": "npm run lint && ng build --prod --aot ", + "build:local": "ng build --prod --aot", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e", |