Created by: jdcrensh
Since yarn.lock
shouldn't be added to the repo, nor excluded via
.gitignore
, lets take advantage of lint-staged
to unstage any staged
yarn.lock
files before they can even be committed.
Activity
added CLA Signed label
Created by: ggascoigne
Why shouldn't it be checked in?
The docs suggest otherwise https://yarnpkg.com/lang/en/docs/yarn-lock/.
I should add that we specifically check this file in to get reproducible builds and would find it very awkward to work around this change.
added tag: internal label
changed milestone to %1.0.11
Created by: luftywiranda13
@just-boris I wrote some of the reasons in https://github.com/luftywiranda13/remove-lockfiles#why
mentioned in merge request !33 (merged)
Please register or sign in to reply