Closed jennydaman closed 4 years ago
It is best practice to keep the npm/yarn lockfile for reproducible builds.
https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/
I think the original intention was to ignore the one you're not using, but I guess you should add that, rather than remove the one you use from the .gitignore
.gitignore
It is best practice to keep the npm/yarn lockfile for reproducible builds.
https://classic.yarnpkg.com/blog/2016/11/24/lockfiles-for-all/