This commit is contained in:
dap
2024-10-05 00:30:29 +08:00
118 changed files with 2479 additions and 125 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/turbo-run",
"version": "5.3.1",
"version": "5.3.2",
"private": true,
"license": "MIT",
"type": "module",

View File

@@ -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',
});

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/vsh",
"version": "5.3.1",
"version": "5.3.2",
"private": true,
"license": "MIT",
"type": "module",