Skip to content

Commit

Permalink
Include eslint to npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lancedikson committed Jun 30, 2018
1 parent 949368c commit 107069b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"scripts": {
"lint": "eslint ./src --fix",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT"
Expand Down

0 comments on commit 107069b

Please sign in to comment.