Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: ensure doc-only doesn't update package-lock #21015

Closed

Commits on Jun 6, 2018

  1. 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
    MylesBorins committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    9ed2f01 View commit details
    Browse the repository at this point in the history