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

Support Yarn #898

Merged
merged 2 commits into from
Nov 17, 2016
Merged

Support Yarn #898

merged 2 commits into from
Nov 17, 2016

Commits on Oct 29, 2016

  1. Support Yarn

    In the `create-react-app` command, try to install packages using Yarn.
    If Yarn is not installed, use npm instead.
    
    In `react-scripts`, detect if the project is using Yarn by checking if
    a `yarn.lock` file exists. If the project is using Yarn, display all
    the instructions with Yarn commands and use Yarn to install packages
    in `init` and `eject` scripts.
    fson committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    1edbf2d View commit details
    Browse the repository at this point in the history
  2. Add Yarn to the e2e test

    Run tests both with and without Yarn installed.
    fson committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    e756d73 View commit details
    Browse the repository at this point in the history