Add a deploy script to NPM
This commit is contained in:
parent
cf62450108
commit
d3c1ee2214
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
||||||
"serve": "vue-cli-service serve --copy",
|
"serve": "vue-cli-service serve --copy",
|
||||||
"server": "npm run serve",
|
"server": "npm run serve",
|
||||||
"build": "vue-cli-service build --modern",
|
"build": "vue-cli-service build --modern",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint",
|
||||||
|
"deploy": "./deploy.sh"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.19.2",
|
"axios": "^0.19.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue