Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools: ensure doc-only doesn't update package-lock
Currently `make doc-only` is updating the package-lock.json which is breaking our release build. This adds the flags `--no-package-lock` when running `npm install` to ensure the package-lock.json is not changed unintentionally by running make
- Loading branch information