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 922a9e80ec
commit 186c6923f0

View file

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