Skip to content

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 and --no-audit when running npm install as part of the make doc-only job.

This is blocking to 10.3.0 so I would appreciate a fast track

Merge request reports

Loading