Skip to content

Commit

Permalink
fix: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent 2e31d33 commit 71f9bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"docs": "../bin/vuepress-jsdoc.js --jsDocConfigPath ./jsdoc.json --source=./src --dist=./documentation --title=API --exclude=class.js --partials=./partials/*.hbs --readme=./README.md",
"docs:dev": "npm run docs -- --watch",
"dev": "npm run docs && vuepress dev documentation",
"build": "npm run docs && vuepress build documentation"
"build:local": "npm run docs && vuepress build documentation",
"build": "vuepress build documentation"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 71f9bfa

Please sign in to comment.