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(workspaces): Pass args following "--" when running workspace scripts #7786

Merged
merged 4 commits into from Jan 22, 2020

Commits on Dec 29, 2019

  1. fix(workspaces): Passes arguments follwing "--" when running a worksp…

    …ace script
    
    Passes arguments follwing `--` when running a workspace script (`yarn workspace pkg run command --
    arg`). Previously these parameters were being trimmed off and ignored.
    
    fixes yarnpkg#7776
    rally25rs committed Dec 29, 2019
    Copy the full SHA
    0507b95 View commit details
    Browse the repository at this point in the history
  2. fix spelling in changelog

    rally25rs committed Dec 29, 2019
    Copy the full SHA
    3f22705 View commit details
    Browse the repository at this point in the history
  3. fix(workspaces): fix(workspaces): Passes arguments follwing "--" when…

    … running a workspace script
    
    Passes arguments follwing `--` when running a workspace script (`yarn workspace pkg run command --
    arg`). Previously these parameters were being trimmed off and ignored.
    
    fixes yarnpkg#7776
    rally25rs committed Dec 29, 2019
    Copy the full SHA
    7769fb1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    cfe099b View commit details
    Browse the repository at this point in the history