mirror of
https://github.com/romancm/gamebrary
synced 2024-11-27 21:50:24 +00:00
updated deploy script
This commit is contained in:
parent
0341bb16c3
commit
ffee33d0bc
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
"lint": "eslint --ext .js,.vue src test/unit",
|
"lint": "eslint --ext .js,.vue src test/unit",
|
||||||
"translate": "node build/translate.js",
|
"translate": "node build/translate.js",
|
||||||
"build": "node build/build.js",
|
"build": "node build/build.js",
|
||||||
"deploy": "node ./node_modules/vue-gh-pages/index.js"
|
"deploy": "firebase deploy"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
|
|
Loading…
Reference in a new issue