Skip to content

Commit

Permalink
[code-infra] Reduce concurrency for test_types ci job (#41385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Mar 6, 2024
1 parent b58dbbf commit f027eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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 5 --no-bail --no-sort typescript",
"typescript:ci": "lerna run --concurrency 4 --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"
Expand Down

0 comments on commit f027eeb

Please sign in to comment.