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

fix some flat options #3684

Merged
merged 1 commit into from Aug 26, 2021
Merged

fix some flat options #3684

merged 1 commit into from Aug 26, 2021

Commits on Aug 26, 2021

  1. fix(config): respect --global, --package-lock-only

    This corrects two things,
    
    `--global` implies `--location=global` and `--package-lock-only` implies
    `--package-lock`
    
    It also introduces a new sandbox runner for testing purposes. it's not
    the prettiest thing i've ever written, but it seems to do the job pretty
    nicely and doesn't require keeping track of wild shenanigans everywhere.
    
    Fixes #2747
    Fixes #3572
    
    PR-URL: #3684
    Credit: @nlf
    Close: #3684
    Reviewed-by: @wraithgar
    nlf authored and wraithgar committed Aug 26, 2021
    Copy the full SHA
    4e52217 View commit details
    Browse the repository at this point in the history