From 53922d906e99f455107993eb513809817ff80a58 Mon Sep 17 00:00:00 2001 From: VodkaBears Date: Fri, 14 Nov 2014 16:13:15 +0300 Subject: [PATCH] Add grunt-cli path to the githooks task --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 094e744..e88a8d4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -105,6 +105,9 @@ module.exports = function(grunt) { githooks: { all: { "pre-commit": "lint" + }, + options: { + command: "node_modules/.bin/grunt" } } });