Skip to content

Commit 5319aed

Browse files
committed
chore: add docs:build script
1 parent 46935d3 commit 5319aed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ exploration
33
node_modules
44
*.log
55
example/dist
6+
docs/.vuepress/dist

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build": "webpack --config example/webpack.config.js --hide-modules",
1111
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
1212
"docs": "vuepress dev docs",
13+
"docs:build": "vuepress build docs",
1314
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
1415
},
1516
"author": "Evan You",

0 commit comments

Comments
 (0)