Skip to content

Commit 385c32d

Browse files
committed
Concurrency 1
1 parent 1e2044c commit 385c32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"build": "turbo run build",
77
"lint": "turbo run lint --continue",
88
"lint:fix": "turbo run lint:fix --continue",
9-
"test:ci": "turbo run test:ci",
9+
"test:ci": "turbo run test:ci --concurrency=1",
1010
"clean": "turbo run clean",
1111
"docker:start": "turbo run docker:start",
1212
"docker:stop": "turbo run docker:stop"

0 commit comments

Comments
 (0)