Skip to content

Commit

Permalink
chore: switch publish script to sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Sep 17, 2023
1 parent 8692297 commit 871f74f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pushReleaseCandidate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
npm login
npm pack
npm publish bitsharesjs-$1.tgz --tag next
yarn login
yarn pack
yarn publish bitsharesjs-v$1.tgz --tag next

0 comments on commit 871f74f

Please sign in to comment.