mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
move exports_files call into ts/BUILD.bazel
Suspect it has caused a regression when building from an external repo.
This commit is contained in:
parent
c6e23dbdc5
commit
8c6d0e6229
2 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,7 @@ exports_files([
|
|||
"rollup.config.js",
|
||||
".eslintrc.js",
|
||||
"licenses.json",
|
||||
"sql_format.ts",
|
||||
])
|
||||
|
||||
alias(
|
||||
|
|
|
@ -13,7 +13,6 @@ def sql_format_setup():
|
|||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
native.exports_files(["sql_format.ts"])
|
||||
|
||||
def sql_format(name = "sql_format", srcs = [], **kwargs):
|
||||
nodejs_test(
|
||||
|
|
Loading…
Reference in a new issue