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.
2 parents dc590a4 + 0801252 commit d829981Copy full SHA for d829981
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