mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): should exit process when build failed
This commit is contained in:
parent
0fb1183cde
commit
669e055c4e
@ -178,5 +178,6 @@ export async function build() {
|
||||
await buildPackedOutputs();
|
||||
} catch (err) {
|
||||
logger.error('Build failed');
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user