Update yarn package location for Bazel

This commit is contained in:
Max Bucknell 2023-11-05 17:44:48 +11:00
parent a5013542dc
commit ec51462b98
No known key found for this signature in database

View file

@ -8,7 +8,7 @@ function main {
if [ "$w" == "$p" ]
then
bazelisk run @nodejs//:yarn -- "$@"
bazelisk run @yarn//:yarn -- "$@"
else
/usr/local/bin/yarn "$@"
fi