You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have seen that this check can return a 0 exit code even when the npm
command doesn't exist. Using && should fix this by short-circuiting as
soon as a non-zero exit code is received.
Release note: None
0 commit comments