Skip to content

Commit

Permalink
build: add workspace-concurrency limit
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 27, 2023
1 parent 6e63dba commit 8bdfbf2
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 @@ -7,7 +7,7 @@
"build": "pnpm build:all && pnpm build:copy",
"build:all": "pnpm build:core && pnpm build:eco",
"build:copy": "pnpm --parallel --stream copy",
"build:core": "pnpm --filter=\"./packages/**\" -r --stream build",
"build:core": "pnpm --filter=\"./packages/**\" -r --workspace-concurrency=1 --stream build",
"build:eco": "tsc -b ./ecosystem/tsconfig.build.json",
"clean": "pnpm --parallel --stream clean",
"clean:core": "pnpm --filter=\"./packages/**\" --parallel --stream clean",
Expand Down

0 comments on commit 8bdfbf2

Please sign in to comment.