mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-12 17:22:26 +08:00
Fixes bug add baseModal | baseForm 组件
This commit is contained in:
@@ -14,7 +14,7 @@ export const runBuild = async () => {
|
||||
await runBuildConfig();
|
||||
}
|
||||
|
||||
console.log(`✨ ${ chalk.cyan(`[${ pkg.name }]`) }` + ' - build successfully!');
|
||||
console.log(`✨ ${chalk.cyan(`[${pkg.name}]`)}` + ' - build successfully!');
|
||||
} catch (error) {
|
||||
console.log(chalk.red('vite build error:\n' + error));
|
||||
process.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user