Skip to content

Commit 0a6c7c3

Browse files
Janpotcipherlogs
authored andcommitted
[code-infra] Reduce concurrency of typescript:ci further (mui#41392)
1 parent 323be5b commit 0a6c7c3

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
@@ -76,7 +76,7 @@
7676
"test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}'",
7777
"test:argos": "node ./scripts/pushArgos.mjs",
7878
"typescript": "lerna run --no-bail --parallel typescript",
79-
"typescript:ci": "lerna run --concurrency 4 --no-bail --no-sort typescript",
79+
"typescript:ci": "lerna run --concurrency 3 --no-bail --no-sort typescript",
8080
"validate-declarations": "tsx scripts/validateTypescriptDeclarations.mts",
8181
"generate-codeowners": "node scripts/generateCodeowners.mjs",
8282
"watch:zero": "nx run-many -t watch --projects=\"@pigmentcss/*\" --parallel"

0 commit comments

Comments
 (0)