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

Treat the ignore-scripts in yarnrc as a synonym to the cli arg #6983

Merged

Commits on Jan 30, 2019

  1. Treat the ignore-scripts in yarnrc as a synonym to the cli arg

    Allow users to specify `ignore-scripts true` in the `.yarnrc` as
    specified by the `npm-config`. It is treated the same
    as if the user specifies `--ignore-scripts true` in the `.yarnrc` or
    passes `--ignore-scripts` as cli arg.
    Micha Reiser committed Jan 30, 2019
    Copy the full SHA
    33292cb View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    Micha Reiser committed Jan 30, 2019
    Copy the full SHA
    72ebaee View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    arcanis committed Jan 30, 2019
    Copy the full SHA
    8f02399 View commit details
    Browse the repository at this point in the history