Closed
Description
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?