Skip to content

Commit e507091

Browse files
committed
fix(build): wait for build to finish before exiting
1 parent fc3a43f commit e507091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/build/babel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ async function go() {
9797
return result.status
9898
}
9999

100-
process.exit(go())
100+
go().then(process.exit)

0 commit comments

Comments
 (0)