Skip to content

Commit

Permalink
Limit build concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Jan 2, 2024
1 parent 3a9ad15 commit 0802702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ jobs:
DANGER_COMMAND: prepareBundleSizeReport
- run:
name: build @mui packages
command: yarn lerna run --ignore @mui/icons-material --concurrency 8 --scope "@mui/*" build
command: yarn lerna run --ignore @mui/icons-material --concurrency 6 --scope "@mui/*" build
- run:
name: create @mui/material canary distributable
command: |
Expand Down

0 comments on commit 0802702

Please sign in to comment.