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

Commit 87c9904

Browse files
committed
Remove chatty docs re-building
1 parent 1ebbe75 commit 87c9904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build-watch": "tsc --watch",
1212
"docs": "documentation readme dist/** --section=\"JavaScript API\"",
1313
"build-all": "rm -rf dist && yarn run build && yarn run docs",
14-
"precommit": "yarn run build-all && git add README.md"
14+
"precommit": "yarn run build"
1515
},
1616
"repository": {
1717
"type": "git",

0 commit comments

Comments
 (0)