Skip to content

Commit

Permalink
Add prettier-docs command to precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Dec 7, 2019
1 parent 3427ae3 commit 14e61ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@
"*.{ts,tsx}": [
"yarn prettier",
"git add"
],
"*.md": [
"yarn prettier-docs"
]
},
"husky": {
Expand Down

0 comments on commit 14e61ce

Please sign in to comment.