Skip to content

Commit

Permalink
Fix docs build process (hyperledger-archives#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone authored May 31, 2017
1 parent 089faa1 commit 1c94458
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/composer-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"npm": ">=3"
},
"scripts": {
"install": "npm run doc",
"doc": "npm run docpub && ./scripts/generate-uml.sh",
"docpub": "jsdoc --pedantic --recurse -c ./jsdoc-template/jsdoc.conf -t ./jsdoc-template -a public,undefined -d ./jekylldocs/jsdoc -R ./jsdoc-template/JSDOC-README.md",
"docpriv": "jsdoc --pedantic --recurse -c ./jsdoc-template/jsdoc.conf -t ./jsdoc-template -a all -d ./jekylldocs/jsdoc-contrib -R ./jsdoc-template/JSDOC-README.md",
Expand Down

0 comments on commit 1c94458

Please sign in to comment.