Skip to content

Commit 63b9941

Browse files
committed
turn off webapp test parallelism
1 parent 5cbc0e9 commit 63b9941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean:sourcemaps": "run-s clean:sourcemaps:*",
2424
"clean:sourcemaps:public": "rimraf ./build/**/*.map",
2525
"clean:sourcemaps:build": "rimraf ./public/build/**/*.map",
26-
"test": "vitest"
26+
"test": "vitest --no-file-parallelism"
2727
},
2828
"eslintIgnore": [
2929
"/node_modules",

0 commit comments

Comments
 (0)