aboutsummaryrefslogtreecommitdiffstats
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.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/cds-ui/designer-client/package.json b/cds-ui/designer-client/package.json
index a8427ee9e..59cc5b550 100644
--- a/cds-ui/designer-client/package.json
+++ b/cds-ui/designer-client/package.json
@@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
- "start": "npm run lint && ng serve --proxy-config proxy.conf.json",
- "build": "npm run lint && ng build",
+ "start": "npm run lint && ng build --prod --aot && ng serve --proxy-config proxy.conf.json",
+ "build": "npm run lint && ng build --prod --aot ",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
@@ -77,4 +77,4 @@
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
-}
+} \ No newline at end of file