From 6902a61c21664cff89ec20bebc36d084ae24e13b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 31 Dec 2020 12:32:51 +1000 Subject: [PATCH] use :yarn not :yarn_bin The latter fails on Windows --- ts/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/BUILD.bazel b/ts/BUILD.bazel index 0a3a6ba83..e3692fb73 100644 --- a/ts/BUILD.bazel +++ b/ts/BUILD.bazel @@ -16,5 +16,5 @@ exports_files([ alias( name = "yarn", - actual = "@nodejs//:yarn_bin", + actual = "@nodejs//:yarn", )