mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-24 16:18:57 -06:00
feat(cli-service-global): to know if the build has finished (#5061)
This commit is contained in:
committed by
Pavan Kumar Sunkara
parent
42bd09f962
commit
4e154ac5ad
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user