fix(build): add nylas resources before apm install

This commit is contained in:
Evan Morikawa 2015-12-11 17:08:39 -05:00
parent e83c16ec21
commit 8d50362428

View file

@ -157,6 +157,11 @@ function bootstrap() {
message: m1,
options: buildInstallOptions
},
{
command: "script/grunt add-nylas-build-resources",
message: "",
options: {}
},
{
command: npmInstallApmCommand,
message: m2,