Skip to content

Commit 3cd0bb0

Browse files
committed
Disabled concurrency for test:ci to fix timeouts
1 parent 900b5a5 commit 3cd0bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint": "npx lerna run lint",
1212
"lint:staged": "eslint",
1313
"test": "npx lerna run test -- --passWithNoTests",
14-
"test:ci": "npx lerna run test -- --passWithNoTests --forceExit",
14+
"test:ci": "npx lerna run test --concurrency=1 -- --passWithNoTests --forceExit",
1515
"test:integration": "npx lerna run test:integration -- --passWithNoTests --forceExit",
1616
"test:watch": "npx lerna run test:watch",
1717
"migrate": "npx lerna run prisma-migrate",

0 commit comments

Comments
 (0)