Skip to content

Commit

Permalink
chore(package): Run npm run lint before npm run multitest
Browse files Browse the repository at this point in the history
This is to be a little bit safer even though npm run lint is running already for every commit
  • Loading branch information
jcollado committed Feb 2, 2016
1 parent e91aa88 commit 566b1f0
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 @@ -8,6 +8,7 @@
"coveralls": "npm run cover && npm run report:text | coveralls",
"lint": "standard",
"multitest": "multitest",
"premultitest": "npm run lint",
"prepublish": "npm run build",
"pretest": "npm run lint",
"report:html": "nyc report --reporter=html",
Expand Down

0 comments on commit 566b1f0

Please sign in to comment.