Skip to content

Commit c0aada2

Browse files
committed
Eliminate parallelism in npm package.json modifier
1 parent f99a961 commit c0aada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-prerelease-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pnpm changeset pre exit
4646
find packages/* -maxdepth 0 -type d -print0 | \
47-
xargs -t0 -n 1 -P $(nproc) -I {} \
47+
xargs -t0 -n 1 -I {} \
4848
sh -c 'cd {} && pnpm pkg delete devDependencies'
4949
pnpm changeset version --snapshot preview
5050
pnpm turbo publish-packages --concurrency=100% --filter=\!@solana/web3.js

0 commit comments

Comments
 (0)