diff --git a/Gruntfile.js b/Gruntfile.js index 6e5c6f7f..b3aca208 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -44,7 +44,7 @@ module.exports = function(grunt) { }, exec: { - 'typing-tests': 'tsc --project ./typing-tests' + 'typing-tests': './node_modules/.bin/tsc --project ./typing-tests' } });