We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9f9c8c + 32faf3d commit 20de94dCopy full SHA for 20de94d
scripts/release-package-public.bash
@@ -0,0 +1,5 @@
1
+OTP=112233
2
+TAG=latest
3
+
4
+npm publish dist/packages/hot-wallet --tag "${TAG}" --otp "${OTP}" --access public
5
+npm publish dist/packages/react-hook --tag "${TAG}" --otp "${OTP}" --access public
0 commit comments