Skip to content

Commit

Permalink
Run lint tests with regular test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bruce committed Feb 26, 2018
1 parent 3ce84f7 commit 89a40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -37,7 +37,7 @@
"uglify-js": "^3.3.10"
},
"scripts": {
"test": "node test",
"test": "node test && npm run test:lint",
"test:lint": "eslint lib/marked.js test/index.js",
"bench": "node test --bench",
"lint": "eslint --fix lib/marked.js test/index.js",
Expand Down

0 comments on commit 89a40fe

Please sign in to comment.