4d / docs

Products Documentation
Creative Commons Attribution 4.0 International
6 stars 20 forks source link

fix: do not ignore yarn.lock #104

Closed cexbrayat closed 3 years ago

cexbrayat commented 4 years ago

The yarn.lock file should not be ignored in the Git repo. It is essential for Yarn to have this file to reproduce the build with the exact same dependencies.

See the official docs https://classic.yarnpkg.com/en/docs/yarn-lock/