We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2044c commit 385c32dCopy full SHA for 385c32d
1 file changed
package.json
@@ -6,7 +6,7 @@
6
"build": "turbo run build",
7
"lint": "turbo run lint --continue",
8
"lint:fix": "turbo run lint:fix --continue",
9
- "test:ci": "turbo run test:ci",
+ "test:ci": "turbo run test:ci --concurrency=1",
10
"clean": "turbo run clean",
11
"docker:start": "turbo run docker:start",
12
"docker:stop": "turbo run docker:stop"
0 commit comments