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: Automatically install example dependencies #164

Merged
merged 1 commit into from
Nov 26, 2020

Commits on Nov 15, 2020

  1. Chore: Automatically install example dependencies

    Previously, CI was explicitly running the `install-examples` script as
    its own step. This was also necessary but not documented locally, so
    `git clone; npm install; npm test` would show a couple failures when the
    examples inherited the wrong ESLint dependency. The examples'
    dependencies should now be installed automatically when running `npm
    install` locally without any arguments.
    
    Originally reported in #163.
    btmills committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    e390ffd View commit details
    Browse the repository at this point in the history