mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

meta yarn install changes yarn.lock #333

Open BryanHuntNV opened 5 months ago

BryanHuntNV commented 5 months ago

🐛 Bug Report

When I run meta yarn install, the yarn.lock is getting changed. I also tried meta exec yarn install and I got the same problem. When I cd to the repository and run yarn install, the yarn.lock is not modified. We suspect this might be an issue with the version of yarn. Our projects are using yarn v4 and when I execute meta exec yarn --version, I get 2.2.5.

To Reproduce

Steps to reproduce the behavior:

meta yarn install

Expected behavior

The yarn.lock should not change.