Skip to content

Commit

Permalink
actually use concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
JCQuintas committed Aug 5, 2024
1 parent 9e4e20c commit 8b9ed6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typescript": "lerna run --no-bail --parallel typescript",
"typescript:ci": "lerna run --concurrency 3 --no-bail --no-sort typescript",
"use-react-version": "node scripts/useReactVersion.mjs",
"build:codesandbox": "pnpm release:build --concurrency 3",
"build:codesandbox": "lerna run --concurrency 3 --no-private --scope \"@mui/*\" build",
"install:codesandbox": "pnpm install --no-frozen-lockfile",
"release:changelog": "node scripts/releaseChangelog.mjs",
"release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version --no-private",
Expand Down

0 comments on commit 8b9ed6a

Please sign in to comment.