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
Thanks for sharing this awesome creation, I wanted to know why you decided to commit the yarn.lock lockfile,
Generally, we try to avoid those so we can know through the CI when our modules break other's app.
It is generally better to use a tool like greenkeeper which tell you what break and when exactly.
This is efficient because we can pass the upgrade safely time to time or request and wait for patch if necessary.
The lock file here will tell us the last working version and people will discover later if there app can work with it.
Thanks a lot for your time,
Best,
Dimitri
The text was updated successfully, but these errors were encountered:
Hi Evan,
Thanks for sharing this awesome creation, I wanted to know why you decided to commit the
yarn.lock
lockfile,Generally, we try to avoid those so we can know through the CI when our modules break other's app.
It is generally better to use a tool like greenkeeper which tell you what break and when exactly.
This is efficient because we can pass the upgrade safely time to time or request and wait for patch if necessary.
The lock file here will tell us the last working version and people will discover later if there app can work with it.
Thanks a lot for your time,
Best,
Dimitri
The text was updated successfully, but these errors were encountered: