提交 build 环境变量

This commit is contained in:
sin 2019-04-02 11:54:33 +08:00
parent 3f725e94fd
commit ffb0087ca6

View File

@ -5,7 +5,7 @@
"scripts": {
"start": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build NODE_ENV=production",
"build": "NODE_ENV=production vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {