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:
Damien Elmes 2021-01-09 18:03:26 +10:00
parent c6e23dbdc5
commit 8c6d0e6229
2 changed files with 1 additions and 1 deletions

View file

@ -23,6 +23,7 @@ exports_files([
"rollup.config.js",
".eslintrc.js",
"licenses.json",
"sql_format.ts",
])
alias(

View file

@ -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(