fix: 完善权威数据约束与测试隔离
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.15.0",
|
||||
"scripts": {
|
||||
"test": "vitest run",
|
||||
"test": "vitest run --no-file-parallelism",
|
||||
"test:database": "vitest run tests/integration/database.spec.ts",
|
||||
"test:integration": "vitest run tests/integration --no-file-parallelism",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.base.json",
|
||||
"lint": "eslint . --ext .ts --max-warnings 0 && prettier --check .",
|
||||
"build": "corepack pnpm prisma generate && corepack pnpm --recursive run build",
|
||||
|
||||
Reference in New Issue
Block a user