summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/designer-client/package.json')
-rw-r--r--cds-ui/designer-client/package.json1
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",