Skip to content

Commit 20de94d

Browse files
authored
Merge pull request #1297 from near/trentin-add-script-public
feat: Added script for easy publish of packages to set scope public
2 parents b9f9c8c + 32faf3d commit 20de94d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release-package-public.bash

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)