Explorar o código

Enable registry check.

Renée Kooi %!s(int64=6) %!d(string=hai) anos
pai
achega
246b7a5169
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/release

+ 1 - 1
bin/release

@@ -17,7 +17,7 @@ if [[ ! "$@" =~ -y ]]; then
   read
 fi
 
-if [[ ! "$(npm get registry)" =~ https://registry\.npmjs\.(com|org)/? ]] && false; then
+if [[ ! "$(npm get registry)" =~ https://registry\.npmjs\.(com|org)/? ]]; then
   echo "Found unexpected npm registry: $(npm get registry)"
   echo "Run this to fix:"
   echo ""