Skip to content

Commit

Permalink
Add dist version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Jan 2, 2024
1 parent ab36934 commit 241643c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/add_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ PACKAGE_NAME=$(cat package.json | jq -r '.name')
PUBLISH_VERSION=$(cat package.json | jq -r '.version')


# npm dist-tag add "$PACKAGE_NAME@$PUBLISH_VERSION" buildnet
npm dist-tag add "$PACKAGE_NAME@$PUBLISH_VERSION" buildnet
# npm dist-tag rm "[email protected]" testnet
npm dist-tag rm "$PACKAGE_NAME@2.1.1-dev.20230626132010" buildnet-dev
# npm dist-tag rm "[email protected]" buildnet-dev

0 comments on commit 241643c

Please sign in to comment.