Skip to content

Commit

Permalink
chore: expose the dist directory to workspace root
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Sep 16, 2018
1 parent 24840cd commit ea64033
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ node_modules
*.log
.temp
TODOs.md
packages/docs/vuepress/
vuepress
packages/blog-example
5 changes: 3 additions & 2 deletions packages/docs/docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
dest: 'vuepress',
dest: '../../vuepress',
locales: {
'/': {
lang: 'en-US',
Expand Down Expand Up @@ -103,7 +103,8 @@ module.exports = {
'@vuepress/pwa': {
serviceWorker: true,
updatePopup: true
}
},
'@vuepress/plugin-medium-zoom': true
}
}

Expand Down
3 changes: 2 additions & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"vuepress": "^1.0.0",
"@vuepress/plugin-back-to-top": "^1.0.0",
"@vuepress/plugin-pwa": "^1.0.0",
"@vuepress/plugin-i18n-ui": "^1.0.0"
"@vuepress/plugin-i18n-ui": "^1.0.0",
"@vuepress/plugin-medium-zoom": "^1.0.0"
}
}

0 comments on commit ea64033

Please sign in to comment.