summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/package.json')
-rw-r--r--usecaseui-portal/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/usecaseui-portal/package.json b/usecaseui-portal/package.json
index 34a384c3..d14a4f46 100644
--- a/usecaseui-portal/package.json
+++ b/usecaseui-portal/package.json
@@ -6,7 +6,8 @@
"ng": "ng",
"start": "ng server",
"server": "ng serve --proxy-config proxy.conf.json",
- "build": "ng build --prod --aot",
+ "build": "ng build --prod --aot && npm run buildvue",
+ "buildvue":"cd ./vue && npm run move",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",