]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Do NOT depend on global typescript installation
authorIskren Chernev <iskren.chernev@gmail.com>
Wed, 7 Sep 2016 07:15:17 +0000 (00:15 -0700)
committerIskren Chernev <iskren.chernev@gmail.com>
Wed, 7 Sep 2016 07:15:17 +0000 (00:15 -0700)
Gruntfile.js

index 3d0e2defb954586f3c146a3abd697b6d9c29b76a..5cbcb11d015cb1d26711a4da0e76614622636c9b 100644 (file)
@@ -179,7 +179,7 @@ module.exports = function (grunt) {
                 command: 'meteor publish'
             },
             'typescript-test': {
-                command: 'tsc --project typing-tests'
+                command: 'node_modules/.bin/tsc --project typing-tests'
             }
         }