Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
chore(test): run eslint before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkberg committed Mar 5, 2017
1 parent 29bddaf commit a8715a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"npm-yarn-run"
],
"scripts": {
"pretest": "eslint \"*.js\" \"test/*.js\"",
"test": "node test",
"test:npm": "node test/npm",
"test:yarn": "node test/yarn",
Expand Down

0 comments on commit a8715a0

Please sign in to comment.