Commit df6dbdcb by sunchao

打包命令修改

parent 26294e0f
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"start": "ng serve --host 192.168.1.25", "start": "ng serve --host 192.168.1.25",
"buildDev": "ng build -c=dev --prod", "buildDev": "ng build -c=dev --prod",
"buildStage": "ng build -c=stage --prod", "buildStage": "ng build -c=stage --prod",
"buildProd": "ng build -c=prod --prod", "buildProd": "ng build -c=production --prod",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment