Skip to content

Commit 8bdfbf2

Browse files
committed
build: add workspace-concurrency limit
1 parent 6e63dba commit 8bdfbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "pnpm build:all && pnpm build:copy",
88
"build:all": "pnpm build:core && pnpm build:eco",
99
"build:copy": "pnpm --parallel --stream copy",
10-
"build:core": "pnpm --filter=\"./packages/**\" -r --stream build",
10+
"build:core": "pnpm --filter=\"./packages/**\" -r --workspace-concurrency=1 --stream build",
1111
"build:eco": "tsc -b ./ecosystem/tsconfig.build.json",
1212
"clean": "pnpm --parallel --stream clean",
1313
"clean:core": "pnpm --filter=\"./packages/**\" --parallel --stream clean",

0 commit comments

Comments
 (0)