Commit 5319aedc authored by Evan You's avatar Evan You

chore: add docs:build script

parent 46935d34
......@@ -3,3 +3,4 @@ exploration
node_modules
*.log
example/dist
docs/.vuepress/dist
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment