-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unset YARN_IGNORE_PATH before calling yarn in @nodejs targets
Same as #1588 but for the @nodejs//:yarn && @nodejs//:yarn_node_repositories targets. Unset YARN_IGNORE_PATH before calling yarn incase it is set so that .yarnrc yarn-path is followed if set. This is for the case when calling bazel from yarn with `yarn bazel …` and yarn follows yarn-path in .yarnrc it will set YARN_IGNORE_PATH=1 which will prevent the bazel call into yarn from also following the yarn-path as desired.
- Loading branch information
1 parent
39bb821
commit aee3003
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters