fix(ci): run grunt script in win compatible way

This commit is contained in:
Evan Morikawa 2015-12-11 17:42:48 -05:00
parent 7ea0202cc7
commit ee17b9d975

View file

@ -158,7 +158,7 @@ function bootstrap() {
options: buildInstallOptions
},
{
command: "script/grunt add-nylas-build-resources",
command: gruntPath + " add-nylas-build-resources --gruntfile build/Gruntfile.coffee",
message: "",
options: {}
},