Skip to content

Commit

Permalink
chore: revert use pool=threads
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoso committed Nov 19, 2024
1 parent f20ae0e commit b053ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:performance:benchmarks": "nx build @lwc/perf-benchmarks",
"copy-fork": "./scripts/tasks/unsafe-external-contributor-ci-workaround.sh",
"dev": "nx run-many --target=dev --all --parallel=999 --exclude=@lwc/perf-benchmarks,@lwc/perf-benchmarks-components,@lwc/integration-tests,lwc",
"test": "vitest --workspace vitest.workspace.mjs --no-isolate --pool=threads",
"test": "vitest --workspace vitest.workspace.mjs --no-isolate",
"test:bespoke": "nx run-many --target=test",
"test:debug": "vitest --workspace vitest.workspace.mjs --inspect-brk --no-file-parallelism",
"test:ci": "vitest run --workspace vitest.workspace.mjs --coverage",
Expand Down

0 comments on commit b053ea5

Please sign in to comment.