fix: fix window npm script

This commit is contained in:
vben
2020-10-16 23:36:52 +08:00
parent b84de1a515
commit a0b09e74ba
7 changed files with 13 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ export const runPreview = async () => {
});
const { type } = await prompt;
if (type === BUILD) {
runBuild();
await runBuild();
}
startApp();
};