yarn.lock vs. package-lock.json
Trott opened this issue · 3 comments
Trott commented
This has two competing lock files. Which one is the one to use? README seems to suggest that it's yarn.lock but it's 3 months older than the package-lock.json, so that suggests that maybe the package-lock.json is the one to use?
mprobst commented
I think we're using npm ci
, and thus package-lock.json.
https://github.com/angular/clang-format/blob/master/.github/workflows/node.js.yml
Care to send a PR to update the docs and delete yarn.lock?
Trott commented
Care to send a PR to update the docs and delete yarn.lock?
No change to the docs. It turns out that the mentions of yarn
were for end users who want to add clang-format to an existing project, not developers looking to install/debug the clang-format code itself.