-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Labels
Description
🐛 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.