This commit is contained in:
dap
2024-09-01 13:07:06 +08:00
77 changed files with 384 additions and 214 deletions

View File

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

View File

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

View File

@@ -28,7 +28,6 @@ async function runLint({ format }: LintCommandOptions) {
execaCommand(`eslint . --cache`, {
stdio: 'inherit',
}),
// $`ls-lint`,
execaCommand(`prettier . --ignore-unknown --check --cache`, {
stdio: 'inherit',
}),