diff --git a/scripts/bootstrap.js b/scripts/bootstrap.js index 54a0354fe2..070a12d08f 100755 --- a/scripts/bootstrap.js +++ b/scripts/bootstrap.js @@ -90,6 +90,7 @@ async.parallelLimit(packages.map(function (root) { console.error(err); process.exit(1); } else { + exec("make build"); process.exit(); } });