Skip to content

Commit

Permalink
revert: debugger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Oct 11, 2024
1 parent 1408cc9 commit 8740307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"lint": "eslint --cache .",
"typecheck": "tsc -p scripts --noEmit && pnpm -r --parallel run typecheck",
"test": "pnpm test-unit && pnpm test-serve && pnpm test-build",
"test-serve": "vitest run -c vitest.config.e2e.ts --no-file-parallelism",
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts --no-file-parallelism",
"test-serve": "vitest run -c vitest.config.e2e.ts",
"test-build": "VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
"test-unit": "vitest run",
"test-docs": "pnpm run docs-build",
"debug-serve": "VITE_DEBUG_SERVE=1 vitest run -c vitest.config.e2e.ts",
Expand Down
7 changes: 0 additions & 7 deletions vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ export default defineConfig({
)
return false
},
// Disabled, Because the error printed by rust cannot be seen
disableConsoleIntercept: true,
poolOptions: {
forks: {
singleFork: true,
},
},
},
esbuild: {
target: 'node18',
Expand Down

0 comments on commit 8740307

Please sign in to comment.