Skip to content

Commit

Permalink
Merge pull request jashkenas#2748 from DiegoRBaquero/patch-1
Browse files Browse the repository at this point in the history
Run linting first then run tests
  • Loading branch information
jashkenas committed Apr 26, 2018
2 parents 4188814 + a7d1ac4 commit db82bae
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 @@ -30,7 +30,7 @@
"uglify-js": "3.3.21"
},
"scripts": {
"test": "npm run test-node && npm run lint",
"test": "npm run lint && npm run test-node",
"coverage": "nyc npm run test-node && nyc report",
"coveralls": "nyc npm run test-node && nyc report --reporter=text-lcov | coveralls",
"lint": "eslint underscore.js test/*.js",
Expand Down

0 comments on commit db82bae

Please sign in to comment.