From 8d5036242865468626f0c1cebb62e6d145fb4185 Mon Sep 17 00:00:00 2001 From: Evan Morikawa Date: Fri, 11 Dec 2015 17:08:39 -0500 Subject: [PATCH] fix(build): add nylas resources before apm install --- script/bootstrap | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/script/bootstrap b/script/bootstrap index e274009bc..cf53fc0c9 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -157,6 +157,11 @@ function bootstrap() { message: m1, options: buildInstallOptions }, + { + command: "script/grunt add-nylas-build-resources", + message: "", + options: {} + }, { command: npmInstallApmCommand, message: m2,