Skip to content

Commit 71f9bfa

Browse files
committed
fix: update build script
1 parent 2e31d33 commit 71f9bfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"docs": "../bin/vuepress-jsdoc.js --jsDocConfigPath ./jsdoc.json --source=./src --dist=./documentation --title=API --exclude=class.js --partials=./partials/*.hbs --readme=./README.md",
88
"docs:dev": "npm run docs -- --watch",
99
"dev": "npm run docs && vuepress dev documentation",
10-
"build": "npm run docs && vuepress build documentation"
10+
"build:local": "npm run docs && vuepress build documentation",
11+
"build": "vuepress build documentation"
1112
},
1213
"keywords": [],
1314
"author": "",

0 commit comments

Comments
 (0)