Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoscosa committed Sep 20, 2017
1 parent 3a71911 commit 73f7944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"deploy": "push-dir --dir=dist --branch=gh-pages"
"deploy": "npm run build && gh-pages -d build"
},
"dependencies": {
"nuxt": "^1.0.0-rc11"
Expand Down

0 comments on commit 73f7944

Please sign in to comment.