From ee17b9d975cc9eaa1989de68797a09f34e08d54c Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 11 Dec 2015 17:42:48 -0500 Subject: [PATCH] fix(ci): run grunt script in win compatible way --- script/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/bootstrap b/script/bootstrap index cf53fc0c9..e39186760 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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: {} },