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 21ee5e4 commit 33e9902Copy full SHA for 33e9902
publish.sh
@@ -16,7 +16,6 @@ NORMAL='\033[00m'
16
17
echo -e "🚀 Publishing ${BOLD}$PACKAGE_NAME${NORMAL} to $NPM_REGISTRY_URL\n"
18
# npm publish --tag $TAG --registry $NPM_REGISTRY_URL || exit 1
19
-echo "🎉 Published to $NPM_REGISTRY_URL... with tag: $RELEASE_DIST_TAG"
20
-echo "dry..."
+echo "🎉 DRY!!! to $NPM_REGISTRY_URL with tag: $RELEASE_DIST_TAG ..."
21
22
echo "✅ DONE"
0 commit comments