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

Documentation: update readme recommendation to install with 'npm ci' #5697

Merged
merged 1 commit into from
Mar 25, 2021

Commits on Sep 3, 2020

  1. Update Recommendation to install with 'npm ci'

    With the recent upgrade of npm we should be using the 'npm ci' option install packages. This provides a more reliable deployment that does not update packages on install. It will reduce check-ins of improper package-lock.json and provide greater assurance that a stable node_modules is deployed.
    GLStephen committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ed4fb06 View commit details
    Browse the repository at this point in the history