We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40f562 commit 64e5e21Copy full SHA for 64e5e21
utils/publish_all_packages.sh
@@ -25,7 +25,7 @@ if ! command -v npm >/dev/null; then
25
exit 1
26
fi
27
28
-if [[ (-n $CI) && (-n $NPM_AUTH_TOKEN) && (! -f $HOME/.npmrc) ]]; then
+if [[ (-n $CI) && (-n $NPM_AUTH_TOKEN) ]]; then
29
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > $HOME/.npmrc
30
31
0 commit comments