We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51eb8d5 commit 002b9ebCopy full SHA for 002b9eb
apps/webapp/package.json
@@ -23,7 +23,7 @@
23
"clean:sourcemaps": "run-s clean:sourcemaps:*",
24
"clean:sourcemaps:public": "rimraf ./build/**/*.map",
25
"clean:sourcemaps:build": "rimraf ./public/build/**/*.map",
26
- "test": "vitest"
+ "test": "vitest --no-file-parallelism"
27
},
28
"eslintIgnore": [
29
"/node_modules",
0 commit comments