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 d76abb6 commit 447bdd9Copy full SHA for 447bdd9
bin/try-publish.sh
@@ -18,12 +18,7 @@ fi
18
19
if [ "$published" != "$version" ]; then
20
echo "Try to publish $version version of the $name package."
21
-
22
- if [ "$name" != "8base-react-sdk" ]; then
23
- echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN_ORG}" > .npmrc
24
- else
25
- echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN}" > .npmrc
26
- fi
+ echo "//registry.npmjs.org/:_authToken=\${NPM_AUTH_TOKEN}" > .npmrc
27
28
npm publish --access public; if [ "$?" != "0" ]; then status=1; fi
29
else
0 commit comments