In the repository of a project, I already have package.json
and yarn.lock
files. I'm updating the version of a particular package from version 2.0.14
to version 2.0.16
.
When I do yarn install
or just yarn
, I can see the changes related to the updated package but the yarn.lock
file is not updating.
Is there is any command to generate the updated yarn.lock
file?