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

Commit

Permalink
Add prepush validation script
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Jul 10, 2017
1 parent 7ba4351 commit 60c388c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "nyc mocha",
"test:now": "nyc mocha --grep @now",
"cover": "istanbul cover --dir ./coverage _mocha",
"jenkins": "./node_modules/.bin/grunt jenkins --verbose"
"jenkins": "./node_modules/.bin/grunt jenkins --verbose",
"prepush": "grunt eslint && npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 60c388c

Please sign in to comment.