Skip to content

Commit

Permalink
chore(docs): Build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mblarsen committed Mar 17, 2018
1 parent d964cd0 commit c512427
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage/
tags
yarn-*
.dat
dist/docs.md
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"build": "rm .babelrc ; poi build",
"preversion": "npm run test",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"build:docs": "documentation build index.js -f md -o dist/docs.md"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit c512427

Please sign in to comment.