Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
fix(deploy): fix deploy script to wrong folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Dec 29, 2018
1 parent f5f0de7 commit c359254
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 @@ -50,7 +50,7 @@
"dev": "vuepress dev src",
"build": "vuepress build src",
"gh-page": "gh-pages --dist src/.vuepress/dist --message \"docs(gh-pages): Update landing page of the project. [skip ci]\" --add",
"deploy": "vuepress build --debug && yarn gh-page",
"deploy": "vuepress build src --debug && yarn gh-page",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore src/.vuepress && markdownlint . --ignore node_modules --ignore CHANGELOG.md && remark .",
"lint:fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore src/.vuepress",
"release": "semantic-release --debug"
Expand Down

0 comments on commit c359254

Please sign in to comment.