Skip to content

Commit

Permalink
Update docs build command
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Jan 9, 2020
1 parent c443612 commit 0c14d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"clean": "lerna exec -- rimraf lib && lerna exec -- rm -f tsconfig.tsbuildinfo",
"docs:api": "./tasks/typedocs.sh",
"docs:md": "node ./tasks/make-docs.js",
"docs:build": "npm run build && npm run docs:api && npm run docs:md",
"docs:build": "npm run build && npm run docs:api && npm run docs:export-index && npm run docs:md",
"docs:serve": "docsify serve docs",
"docs:export-index": "lerna exec -- node $(PWD)/tasks/export-index.js"
},
Expand Down

0 comments on commit 0c14d8e

Please sign in to comment.