Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Remove chatty docs re-building
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrevik committed Aug 29, 2018
1 parent 1ebbe75 commit 87c9904
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 @@ -11,7 +11,7 @@
"build-watch": "tsc --watch",
"docs": "documentation readme dist/** --section=\"JavaScript API\"",
"build-all": "rm -rf dist && yarn run build && yarn run docs",
"precommit": "yarn run build-all && git add README.md"
"precommit": "yarn run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 87c9904

Please sign in to comment.