Fix yarn dev:transpile
This commit is contained in:
parent
b0e2d22750
commit
fa938e8c7d
1 changed files with 3 additions and 3 deletions
|
@ -88,10 +88,10 @@ async function main() {
|
||||||
await Promise.all([app.watch(), bundle.watch()]);
|
await Promise.all([app.watch(), bundle.watch()]);
|
||||||
} else {
|
} else {
|
||||||
await Promise.all([app.rebuild(), bundle.rebuild()]);
|
await Promise.all([app.rebuild(), bundle.rebuild()]);
|
||||||
}
|
|
||||||
|
|
||||||
await app.dispose();
|
await app.dispose();
|
||||||
await bundle.dispose();
|
await bundle.dispose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main().catch(error => {
|
main().catch(error => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue