We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99a961 commit c0aada2Copy full SHA for c0aada2
.github/workflows/publish-prerelease-packages.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
pnpm changeset pre exit
46
find packages/* -maxdepth 0 -type d -print0 | \
47
- xargs -t0 -n 1 -P $(nproc) -I {} \
+ xargs -t0 -n 1 -I {} \
48
sh -c 'cd {} && pnpm pkg delete devDependencies'
49
pnpm changeset version --snapshot preview
50
pnpm turbo publish-packages --concurrency=100% --filter=\!@solana/web3.js
0 commit comments