mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-22 09:48:06 +00:00
Enable registry check.
This commit is contained in:
parent
fb3d48a197
commit
246b7a5169
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue