Skip to content

Commit

Permalink
Add postlint hook for lint-md
Browse files Browse the repository at this point in the history
  • Loading branch information
djds23 committed Aug 8, 2016
1 parent b407f0b commit 435e138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"test": "lab test/* -r lcov | coveralls",
"posttest": "npm run lint",
"postlint": "npm run lint-md",
"lint": "standard",
"lint-md": "standard-markdown"
},
Expand Down

0 comments on commit 435e138

Please sign in to comment.