fix: 加固 monorepo 质量门禁

This commit is contained in:
root
2026-09-14 10:47:02 +08:00
parent 332bf2fb46
commit 18450201dc
8 changed files with 392 additions and 324 deletions
+4 -2
View File
@@ -6,7 +6,8 @@
"scripts": {
"test": "vitest run",
"typecheck": "tsc --noEmit -p tsconfig.base.json",
"lint": "eslint . --ext .ts --max-warnings 0 && prettier --check ."
"lint": "eslint . --ext .ts --max-warnings 0 && prettier --check .",
"build": "corepack pnpm --recursive run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.18.0",
@@ -14,6 +15,7 @@
"eslint": "^8.57.1",
"prettier": "^3.4.2",
"typescript": "^5.6.3",
"vitest": "^2.1.8"
"vite": "^7.3.2",
"vitest": "^4.1.11"
}
}