mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
Limit Vitest check workers
This commit is contained in:
parent
7f6089f728
commit
6a85d4f6c6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
"release:check": "node scripts/release/check.mjs",
|
||||
"release:preflight": "node scripts/release/preflight.mjs",
|
||||
"release:prepare": "node scripts/release/prepare.mjs",
|
||||
"test": "vitest run --pool threads",
|
||||
"test": "vitest run --pool threads --maxWorkers 6",
|
||||
"typecheck": "tsc -p tsconfig.json --noEmit --incremental --tsBuildInfoFile node_modules/.cache/typescript/tsconfig.tsbuildinfo"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue