Skip to content

Commit ac42efa

Browse files
committed
chore(local-publish): reduce publish concurrency to fix socket timeout
1 parent 0c6be1d commit ac42efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/verdaccio-publish/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ const args = [
3434
"--no-git-reset",
3535
"--ignore-scripts",
3636
"--no-verify-access",
37+
"--concurrency",
38+
"8",
3739
"--dist-tag",
3840
"ci",
3941
];

0 commit comments

Comments
 (0)