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
Resolve Git dependencies offline if tarball is available. (#3000)
When running yarn offline, Git dependencies get trapped in
hasHTTPCapabiity even though resolveOverHTTP defaults to returning
the tarball. This change allows us to bypass that step altogether
if the tarball already exists.
0 commit comments