mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
use :yarn not :yarn_bin
The latter fails on Windows
This commit is contained in:
parent
29c2fa2317
commit
6902a61c21
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ exports_files([
|
|||
|
||||
alias(
|
||||
name = "yarn",
|
||||
actual = "@nodejs//:yarn_bin",
|
||||
actual = "@nodejs//:yarn",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue