Skip to content

Commit

Permalink
Add lint script to posttest scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Mar 13, 2017
1 parent 1add304 commit 8fb1f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -5,6 +5,7 @@
"main": "lib/loader.js",
"scripts": {
"test": "nyc ava",
"posttest": "npm run lint",
"lint": "eslint --ignore-path .gitignore lib test"
},
"repository": {
Expand Down

0 comments on commit 8fb1f1b

Please sign in to comment.