Yarn crée un yarn.lock
fichier après avoir effectué un yarn install
.
Cela devrait-il être validé dans le référentiel ou ignoré? Pourquoi est-ce?
Your yarn.lock file is auto-generated and should be handled entirely by Yarn. As you add/upgrade/remove dependencies with the Yarn CLI, it will automatically update your yarn.lock file.