Skip to content

Commit 4e154ac

Browse files
cheqianxiaopksunkara
authored andcommitted
feat(cli-service-global): to know if the build has finished (#5061)
1 parent 42bd09f commit 4e154ac

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-service-global

1 file changed

+1
-1
lines changed

packages/@vue/cli-service-global/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ exports.build = (_entry, args) => {
9191
if (asLib) {
9292
args.entry = entry
9393
}
94-
createService(entry, asLib).run('build', args)
94+
return createService(entry, asLib).run('build', args)
9595
}

0 commit comments

Comments
 (0)