From 8836e4b122cfffc8af1ee1e3ec367b77e43554aa Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Sun, 20 Dec 2020 10:47:47 +0200 Subject: add new build script add highlighting for action output selection Issue-ID: CCSDK-3042 Signed-off-by: Ahmedeldeeb50 Change-Id: I630776b256fa35c588fb45d69da0281b9d0aa575 --- cds-ui/designer-client/package.json | 1 + .../action-attributes/action-attributes.component.html | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'cds-ui/designer-client') 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", diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html index 2c611134b..178f8f098 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html @@ -250,22 +250,22 @@
- - - - - -- cgit 1.2.3-korg