Skip to content

Commit 1f9e5d2

Browse files
committed
chore(scripts): reduce publish concurrency to fix socket hang up
1 parent 6cda13c commit 1f9e5d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/verdaccio-publish/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const args = [
3535
"--ignore-scripts",
3636
"--no-verify-access",
3737
"--concurrency",
38-
"8",
38+
"4",
3939
"--dist-tag",
4040
"ci",
4141
];

tests/canary/canary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function localPublishChangedPackages(root) {
9292
"--ignore-scripts",
9393
"--no-verify-access",
9494
"--concurrency",
95-
"8",
95+
"4",
9696
"--dist-tag",
9797
"ci",
9898
];

0 commit comments

Comments
 (0)