Commit 88da5fb6 by golton_gao

update: 优化构建脚本

parent 4e05130b
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src",
"build:prod": "cross-env PACK_ENV=prod && build/vt-build.js",
"build:test": "cross-env PACK_ENV=test && node build/vt-build.js"
"build:prod": "cross-env PACK_ENV=prod node build/vt-build.js",
"build:test": "cross-env PACK_ENV=test node build/vt-build.js"
},
"dependencies": {
"amfe-flexible": "^2.2.1",
......
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 sign in to comment