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
At FB we check in mirror folder with all .tar.gz files and yarn.lock that refers to them so that we could build node_modules offline (especially in CI).
We will want to commit yarn.lock with references to npm repo for the OSS users.
How can we make both mirror and external work together so that we could sync this file between internal and OSS code?
dizlexik, Ithildir, gregsheremeta and marvinhagemeister