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

Conversation

rally25rs
Copy link
Contributor

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 #8590

…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] .bin resolving order is wrong when using yarn workspace
1 participant