Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
publish with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 17, 2022
1 parent c8ca7fa commit c1ab262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/release-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ fi
for p in packages/* ; do
pushd $p
echo "Publishing $p"
npx npm@8.19.2 publish --access public --tolerate-republish
pnpm publish --access public --no-git-checks
popd
done
2 changes: 1 addition & 1 deletion scripts/release-rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ for PKG in packages/* ; do
TAG="rc"
fi
echo "⚡ Publishing $PKG with tag $TAG"
npx npm@8.19.2 publish --tag $TAG --access public --tolerate-republish
pnpm publish --access public --no-git-checks --tag $TAG
popd > /dev/null
done

0 comments on commit c1ab262

Please sign in to comment.