0
0
Fork 0

When building for static serve, use development env

This commit is contained in:
Oliver-Akins 2020-08-15 15:42:16 -06:00
parent d3c1ee2214
commit 0a5959c05e

View file

@ -6,7 +6,7 @@
"listeners": "echo 'fs.inotify.max_user_watches=524288' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p",
"serve": "vue-cli-service serve --copy",
"server": "npm run serve",
"build": "vue-cli-service build --modern",
"build": "vue-cli-service build --modern --mode development",
"lint": "vue-cli-service lint",
"deploy": "./deploy.sh"
},