Skip to content

Commit

Permalink
Added script for easy publish of packages to set scope public
Browse files Browse the repository at this point in the history
  • Loading branch information
trechriron committed Feb 10, 2025
1 parent d7ef3e3 commit 32faf3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/release-package-public.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
OTP=112233
TAG=latest

npm publish dist/packages/hot-wallet --tag "${TAG}" --otp "${OTP}" --access public
npm publish dist/packages/react-hook --tag "${TAG}" --otp "${OTP}" --access public

0 comments on commit 32faf3d

Please sign in to comment.