We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc590a4 commit 0801252Copy full SHA for 0801252
scripts/publish.sh
@@ -7,12 +7,4 @@ PACKAGE_NAME=$(cat package.json | jq -r '.name')
7
PUBLISH_VERSION=$(cat package.json | jq -r '.version')
8
echo "Publishing ${PACKAGE_NAME}@$PUBLISH_VERSION"
9
10
-ref=$1
11
-TAG=""
12
-if [[ "$ref" == *"testnet"* ]]; then
13
- TAG="--tag testnet"
14
-elif [[ "$ref" == *"latest"* ]]; then
15
- TAG=""
16
-fi
17
-
18
-pnpm publish --access public --no-git-checks $TAG
+npm publish --access public
0 commit comments