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

chore(npm): add ci-or-install script #896

Merged
merged 4 commits into from Oct 27, 2018
Merged

chore(npm): add ci-or-install script #896

merged 4 commits into from Oct 27, 2018

Commits on Oct 25, 2018

  1. chore(npm): add ci-or-install script

    This adds a script which checks the npm version and runs either `npm ci`
    or `npm install` based on support. This is primarily to work around an
    issue where `npm install` modifies `package-lock.json` for newer npm
    versions.
    
    A side benefit is that `npm ci` is slightly faster than `npm install`.
    
    Fixes #893
    nfischer committed Oct 25, 2018
    Copy the full SHA
    0e05418 View commit details
    Browse the repository at this point in the history
  2. set shell true for windows

    nfischer committed Oct 25, 2018
    Copy the full SHA
    5a371a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. switch to execsync

    nfischer committed Oct 27, 2018
    Copy the full SHA
    822aad8 View commit details
    Browse the repository at this point in the history
  2. stream stdio

    nfischer committed Oct 27, 2018
    Copy the full SHA
    bb45ff5 View commit details
    Browse the repository at this point in the history