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

Tweak CircleCI configuration for builds. #951

Merged
merged 4 commits into from
Jan 6, 2020
Merged

Commits on Dec 27, 2019

  1. Remove working directory configuration.

    This now has a default value, so it is no longer required.
    adunkman committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    86cb3e6 View commit details
    Browse the repository at this point in the history
  2. NPM: use package-lock.json and npm ci

    Use npm ci over npm install — which will not edit any dependencies in the lockfile and instead fail if anything is unavailable. Additionally, updates the cache name to use this lockfile, and caches npm’s cache folder (as npm ci destroys node_modules always on run).
    adunkman committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    b098d3d View commit details
    Browse the repository at this point in the history
  3. Wait for server to start instead of sleeping.

    Probably faster, less arbitrary!
    adunkman committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    5804efc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Use nc from Docker image.

    The `nc` arguments are different between OS X and Linux… ugh.
    adunkman committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    713938b View commit details
    Browse the repository at this point in the history