Skip to content

Commit

Permalink
test: run eslint as part of the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctavan committed Oct 13, 2019
1 parent acd26d6 commit d125e45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -26,7 +26,8 @@
"standard-version": "7.0.0"
},
"scripts": {
"test": "mocha test/test.js",
"lint": "eslint .",
"test": "npm run lint && mocha test/test.js",
"md": "runmd --watch --output=README.md README_js.md",
"release": "standard-version",
"prepare": "runmd --output=README.md README_js.md"
Expand Down

0 comments on commit d125e45

Please sign in to comment.