Add yarn.lock to gitignore
-
yarn.lock should’nt be ignored, sometimes yarn.lock get updated during
yarn install
. The solution is to only runyarn install --frozen-lockfile
.
Please register or sign in to comment
yarn.lock should’nt be ignored, sometimes yarn.lock get updated during yarn install
.
The solution is to only run yarn install --frozen-lockfile
.