Skip to content

Commit a8c29e4

Browse files
committed
test: serialize release-flaky package test files
1 parent 1cb74e6 commit a8c29e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/atxp-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --noEmit",
2929
"lint": "eslint . --ext .ts",
3030
"lint:fix": "eslint . --ext .ts --fix",
31-
"test": "vitest run",
31+
"test": "vitest run --fileParallelism=false",
3232
"prepack": "npm run build && npm run typecheck",
3333
"pack:dry": "npm pack --dry-run"
3434
},

packages/atxp-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"typecheck": "tsc --noEmit",
2929
"lint": "eslint . --ext .ts",
3030
"lint:fix": "eslint . --ext .ts --fix",
31-
"test": "vitest run",
31+
"test": "vitest run --fileParallelism=false",
3232
"prepack": "npm run build && npm run typecheck",
3333
"pack:dry": "npm pack --dry-run"
3434
},

packages/atxp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typecheck": "tsc --noEmit",
3434
"lint": "eslint . --ext .ts",
3535
"lint:fix": "eslint . --ext .ts --fix",
36-
"test": "vitest run",
36+
"test": "vitest run --fileParallelism=false",
3737
"prepack": "npm run build && npm run typecheck && rm -rf dist/node_modules dist/_virtual",
3838
"pack:dry": "npm pack --dry-run"
3939
},

0 commit comments

Comments
 (0)