mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-22 22:16:18 +08:00
fix: try to fix the error reported by the stub command in the window system (#4560)
This commit is contained in:
@@ -46,6 +46,7 @@ export async function run(options: RunOptions) {
|
||||
process.exit(1);
|
||||
}
|
||||
|
||||
process.env.VITE_CJS_IGNORE_WARNING = '1';
|
||||
execaCommand(`pnpm --filter=${selectPkg} run ${command}`, {
|
||||
stdio: 'inherit',
|
||||
});
|
||||
|
Reference in New Issue
Block a user