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

Use "npm-run-all" to run scripts #3797

Merged
merged 6 commits into from
Feb 8, 2018
Merged

Commits on Jan 31, 2018

  1. Use "npm-run-all" to run scripts

    [npm-run-all](https://github.com/mysticatea/npm-run-all) is a cross-browser approach to running npm tasks in series (`-s`) or parallel (`-p`). Rather than using a platform specific method to run scripts (e.g. `&&`), npm-run-all will work on all platforms and supports using Yarn if running with Yarn. I made a guess as to whether certain scripts should be run in series or parallel but feel free to change if my choices aren't optimal.
    danawoodman committed Jan 31, 2018
    Configuration menu
    Copy the full SHA
    d6ba54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb4960e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2a44a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    c923b86 View commit details
    Browse the repository at this point in the history
  2. Fix bootstrap script.

    danawoodman committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    2552931 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Configuration menu
    Copy the full SHA
    61446a0 View commit details
    Browse the repository at this point in the history