We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e31d33 commit 71f9bfaCopy full SHA for 71f9bfa
example/package.json
@@ -7,7 +7,8 @@
7
"docs": "../bin/vuepress-jsdoc.js --jsDocConfigPath ./jsdoc.json --source=./src --dist=./documentation --title=API --exclude=class.js --partials=./partials/*.hbs --readme=./README.md",
8
"docs:dev": "npm run docs -- --watch",
9
"dev": "npm run docs && vuepress dev documentation",
10
- "build": "npm run docs && vuepress build documentation"
+ "build:local": "npm run docs && vuepress build documentation",
11
+ "build": "vuepress build documentation"
12
},
13
"keywords": [],
14
"author": "",
0 commit comments