Skip to content

Commit

Permalink
Run linter as post-test task (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars authored and zertosh committed May 10, 2019
1 parent 7182bd0 commit 8742666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"bench": "bench/run.sh",
"lint": "eslint --max-warnings=0 .",
"test": "tap test/*-test.js"
"test": "tap test/*-test.js",
"posttest": "npm run lint"
},
"author": "Andres Suarez <zertosh@gmail.com>",
"files": [
Expand Down

0 comments on commit 8742666

Please sign in to comment.