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 in yarn_install before calling yarn
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