0
0
Fork 0

Update scripts

This commit is contained in:
Oliver-Akins 2020-08-18 21:21:23 -06:00
parent 6ef67b30bb
commit 43f5cd53f2

View file

@ -7,8 +7,8 @@
"serve": "vue-cli-service serve --copy",
"server": "npm run serve",
"build": "vue-cli-service build --modern --mode development",
"lint": "vue-cli-service lint",
"deploy": "./deploy.sh"
"prod_build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",