Update yarn target for new location

This commit is contained in:
Max Bucknell 2024-08-08 10:35:24 +10:00
parent ab5427904d
commit 09a08859b9
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ function main {
then
bazelisk run @yarn//:yarn -- "$@"
else
/usr/local/bin/yarn "$@"
/opt/homebrew/bin/yarn "$@"
fi
}