Skip to content

Commit

Permalink
chore: revert npm instead of pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo committed Jan 27, 2025
1 parent f28efb3 commit 4422b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-experimental.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
for dir in `find packages -mindepth 1 -maxdepth 1 -type d | sort -nr`; do
cd $dir
echo $PWD
NODE_AUTH_TOKEN=$1 npm publish --access=public --publish-branch=feat/mainsail-evm --tag=experimental
NODE_AUTH_TOKEN=$1 pnpm publish --access=public --publish-branch=feat/mainsail-evm --tag=experimental
cd ../..
done

0 comments on commit 4422b88

Please sign in to comment.