Update yarn target for new location
This commit is contained in:
parent
ab5427904d
commit
09a08859b9
1 changed files with 1 additions and 1 deletions
2
bin/yarn
2
bin/yarn
|
@ -10,7 +10,7 @@ function main {
|
|||
then
|
||||
bazelisk run @yarn//:yarn -- "$@"
|
||||
else
|
||||
/usr/local/bin/yarn "$@"
|
||||
/opt/homebrew/bin/yarn "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue