Skip to content

Commit

Permalink
tsc invocation always uses locally installed tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Jun 12, 2019
1 parent 98e6199 commit 0016470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = function(grunt) {
},

exec: {
'typing-tests': 'tsc --project ./typing-tests'
'typing-tests': './node_modules/.bin/tsc --project ./typing-tests'
}
});

Expand Down

0 comments on commit 0016470

Please sign in to comment.