mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
fix(build): add nylas resources before apm install
This commit is contained in:
parent
e83c16ec21
commit
8d50362428
1 changed files with 5 additions and 0 deletions
|
@ -157,6 +157,11 @@ function bootstrap() {
|
||||||
message: m1,
|
message: m1,
|
||||||
options: buildInstallOptions
|
options: buildInstallOptions
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
command: "script/grunt add-nylas-build-resources",
|
||||||
|
message: "",
|
||||||
|
options: {}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
command: npmInstallApmCommand,
|
command: npmInstallApmCommand,
|
||||||
message: m2,
|
message: m2,
|
||||||
|
|
Loading…
Reference in a new issue