Skip to content

Commit

Permalink
chore: add docs:build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 24, 2018
1 parent 46935d3 commit 5319aed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ exploration
node_modules
*.log
example/dist
docs/.vuepress/dist
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "webpack --config example/webpack.config.js --hide-modules",
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
"docs": "vuepress dev docs",
"docs:build": "vuepress build docs",
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
},
"author": "Evan You",
Expand Down

0 comments on commit 5319aed

Please sign in to comment.