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

Changed command for building node modules to npm ci #2080

Merged
merged 3 commits into from
Feb 15, 2019

Commits on Feb 15, 2019

  1. Changed command for building node modules to npm ci

    To maintain the exact tree as committed in development npm has introduced the npm ci command which is meant to provide reproducible builds.
    please take a look at the [official documentation|https://docs.npmjs.com/cli/ci.html] for more information.
    ddc22 committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    b744d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afaa6c7 View commit details
    Browse the repository at this point in the history
  3. Update locale/en/docs/guides/nodejs-docker-webapp.md

    Added code formatting as suggested
    
    Co-Authored-By: jdc91 <dehandecroos@gmail.com>
    ZYSzys and ddc22 committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    77d474b View commit details
    Browse the repository at this point in the history