add make build to bootstrap script again

This commit is contained in:
Sebastian McKenzie
2015-11-05 12:45:04 +00:00
parent f16f88d6bb
commit 4d1145f872

View File

@@ -90,6 +90,7 @@ async.parallelLimit(packages.map(function (root) {
console.error(err);
process.exit(1);
} else {
exec("make build");
process.exit();
}
});