We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be20bba commit 54db7faCopy full SHA for 54db7fa
package.json
@@ -25,7 +25,7 @@
25
"typecheck": "tsc --noEmit",
26
"test": "vitest --exclude 'src/tool.vercel.integration.test.ts'",
27
"test:run": "vitest run --exclude 'src/tool.vercel.integration.test.ts'",
28
- "test:vercel": "vitest run --sequence.concurrent=false src/tool.vercel.integration.test.ts",
+ "test:vercel": "vitest run src/tool.vercel.integration.test.ts --sequence.concurrent",
29
"lint": "biome check .",
30
"lint:fix": "biome check --write .",
31
"format": "biome format --write .",
0 commit comments