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

Commit

Permalink
Run lint on precommit
Browse files Browse the repository at this point in the history
solved #404
  • Loading branch information
tobiaslins committed Oct 11, 2017
1 parent 87b32ac commit 79dfd9b
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 @@ -11,6 +11,7 @@
"jenkins": "./node_modules/.bin/grunt jenkins --verbose",
"build": "grunt",
"buildBrowsertest": "grunt build-browsertest",
"precommit": "npm run eslint",
"prepush": "grunt eslint && npm test",
"prepublishOnly": "npm run build"
},
Expand Down

0 comments on commit 79dfd9b

Please sign in to comment.