From 3b4a62fc9475a830f97f55a5e5fa56d3ba10a6c7 Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:51:23 +0100 Subject: [PATCH] Reduce concurrency of typescript:ci further --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a44f43f2da443..a8bf59a37a6a95 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}'", "test:argos": "node ./scripts/pushArgos.mjs", "typescript": "lerna run --no-bail --parallel typescript", - "typescript:ci": "lerna run --concurrency 4 --no-bail --no-sort typescript", + "typescript:ci": "lerna run --concurrency 3 --no-bail --no-sort typescript", "validate-declarations": "tsx scripts/validateTypescriptDeclarations.mts", "generate-codeowners": "node scripts/generateCodeowners.mjs", "watch:zero": "nx run-many -t watch --projects=\"@pigmentcss/*\" --parallel"