summaryrefslogtreecommitdiffstats
path: root/rulemgt-frontend/package.json
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-07-20 13:40:12 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-07-21 13:13:42 +0800
commitfb0bf963239aaacf19280843f825174e68d41eab (patch)
tree6aa150adac1bf410116aead8ec831d2f689a4662 /rulemgt-frontend/package.json
parent8e7f35e2f127d5b2c3691751742dc12c4fba4550 (diff)
Added the frontend module
Change-Id: I376d0e160f0ad0e3dca3f32167b9df4ad131dd0c Issue-ID: HOLMES-111 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt-frontend/package.json')
-rw-r--r--rulemgt-frontend/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/rulemgt-frontend/package.json b/rulemgt-frontend/package.json
index e7e8877..6ba05bf 100644
--- a/rulemgt-frontend/package.json
+++ b/rulemgt-frontend/package.json
@@ -5,7 +5,8 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
- "build": "ng build",
+ "build": "ng build --dev",
+ "prod": "ng build --prod --base-href /holmes",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"