Skip to content

Commit

Permalink
push-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsev committed Sep 11, 2019
1 parent a8cb5e3 commit b2af40a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
"generate": "nuxt generate",
"deploy": "nuxt generate && push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"nuxt": "^2.0.0",
"nuxt-buefy": "^0.3.2",
"push-dir": "^0.4.1",
"web3": "^1.2.1"
},
"devDependencies": {}
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6445,6 +6445,13 @@ punycode@^2.1.0:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==

push-dir@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/push-dir/-/push-dir-0.4.1.tgz#29481eacd9c2106bbb7941db6d37d122a071ecb4"
integrity sha1-KUgerNnCEGu7eUHbbTfRIqBx7LQ=
dependencies:
minimist "^1.2.0"

q@^1.1.2:
version "1.5.1"
resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7"
Expand Down

0 comments on commit b2af40a

Please sign in to comment.