anki/ts/BUILD.bazel
Damien Elmes 6902a61c21 use :yarn not :yarn_bin
The latter fails on Windows
2020-12-31 12:32:51 +10:00

21 lines
294 B
Python

load("//ts:prettier.bzl", "prettier")
prettier()
# Exported files
#################
exports_files([
"tsconfig.json",
"d3_missing.d.ts",
".prettierrc",
"rollup.config.js",
".eslintrc.js",
"licenses.json",
])
alias(
name = "yarn",
actual = "@nodejs//:yarn",
)