Skip to content

Commit

Permalink
[code-infra] Add a script to build all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Feb 22, 2024
1 parent 0aca7ac commit 2b823cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"deduplicate": "pnpm dedupe",
"benchmark:browser": "pnpm --filter benchmark browser",
"build": "lerna run --scope \"@mui/*\" build",
"build:all": "lerna run build",
"build:zero": "lerna run --scope \"@mui/zero-*\" build",
"clean:zero": "pnpm --filter \"@mui/zero-*\" clean",
"build:codesandbox": "NODE_OPTIONS=\"--max_old_space_size=4096\" lerna run --concurrency 8 --scope \"@mui/*\" --scope \"@mui-internal/*\" --no-private build",
Expand Down

0 comments on commit 2b823cc

Please sign in to comment.