Skip to content

Commit

Permalink
Add script for beta publish [wasm lib]
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenKor committed Feb 26, 2024
1 parent 43c6a2b commit 90c398d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libzkbob-rs-wasm/scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PARENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." &> /dev/null && pwd )"

npm publish $PARENT_DIR/web --tag beta
npm publish $PARENT_DIR/web-mt --tag beta
npm publish $PARENT_DIR/web
npm publish $PARENT_DIR/web-mt
#npm publish $PARENT_DIR/web-debug
#npm publish $PARENT_DIR/web-mt-debug
5 changes: 5 additions & 0 deletions libzkbob-rs-wasm/scripts/publish-beta
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

TAG=beta
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
$SCRIPT_DIR/publish

0 comments on commit 90c398d

Please sign in to comment.