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(run): Use bin scripts defined in a workspace package before the workspace root. #9079

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 6, 2024

  1. fix(run): Use bin scripts defined in a workspace package before the w…

    …orkspace root.
    
    When resolving bin scripts, ones in the workspace root were being added to a Map last,
    overwriting those from the workspace package where the script was being run. This change will now
    favor workspace-package specific bins instead.
    
    fix yarnpkg#8590
    rally25rs committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    968a440 View commit details
    Browse the repository at this point in the history