mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 12:12:01 +08:00
fix: fix window npm script
This commit is contained in:
@@ -53,7 +53,7 @@ export const runPreview = async () => {
|
||||
});
|
||||
const { type } = await prompt;
|
||||
if (type === BUILD) {
|
||||
runBuild();
|
||||
await runBuild();
|
||||
}
|
||||
startApp();
|
||||
};
|
||||
|
Reference in New Issue
Block a user