Skip to content

Commit

Permalink
Add grunt-cli path to the githooks task
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Nov 14, 2014
1 parent 49f869a commit 53922d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ module.exports = function(grunt) {
githooks: {
all: {
"pre-commit": "lint"
},
options: {
command: "node_modules/.bin/grunt"
}
}
});
Expand Down

0 comments on commit 53922d9

Please sign in to comment.