diff --git a/scripts/release-package-public.bash b/scripts/release-package-public.bash new file mode 100644 index 000000000..6bd16a1e8 --- /dev/null +++ b/scripts/release-package-public.bash @@ -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