Using NPM vs Yarn to build docs #988
Labels
area/documentation
Improvements or additions to documentation
scope/S
Change is Small
type/fix
Fixes something
Within
site/README.md
it is mentioned to use Yarn for building docs locally, however, the make file uses npm.In the project we have a
package-lock.json
which indicates that this project uses npm and ensures consistent installs across different environments. Yarn usesyarn.lock
instead. Using both locks can lead to conflicts if they are out-of-sync.We should remain consistent. Suggested change would be to remove the Yarn documentation.
The text was updated successfully, but these errors were encountered: