Skip to content

Commit

Permalink
turn off webapp test parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Oct 21, 2024
1 parent 51eb8d5 commit 002b9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean:sourcemaps": "run-s clean:sourcemaps:*",
"clean:sourcemaps:public": "rimraf ./build/**/*.map",
"clean:sourcemaps:build": "rimraf ./public/build/**/*.map",
"test": "vitest"
"test": "vitest --no-file-parallelism"
},
"eslintIgnore": [
"/node_modules",
Expand Down

0 comments on commit 002b9eb

Please sign in to comment.