feat(cli-service-global): to know if the build has finished (#5061)

This commit is contained in:
plantainX
2020-01-13 21:45:25 +08:00
committed by Pavan Kumar Sunkara
parent 42bd09f962
commit 4e154ac5ad

View File

@@ -91,5 +91,5 @@ exports.build = (_entry, args) => {
if (asLib) {
args.entry = entry
}
createService(entry, asLib).run('build', args)
return createService(entry, asLib).run('build', args)
}