From 8c6d0e6229686afbc3cf506a6d77e2ab45da786d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 9 Jan 2021 18:03:26 +1000 Subject: [PATCH] move exports_files call into ts/BUILD.bazel Suspect it has caused a regression when building from an external repo. --- ts/BUILD.bazel | 1 + ts/sql_format.bzl | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/BUILD.bazel b/ts/BUILD.bazel index 9ac80bb3d..53b97d3cd 100644 --- a/ts/BUILD.bazel +++ b/ts/BUILD.bazel @@ -23,6 +23,7 @@ exports_files([ "rollup.config.js", ".eslintrc.js", "licenses.json", + "sql_format.ts", ]) alias( diff --git a/ts/sql_format.bzl b/ts/sql_format.bzl index 643206093..812d101e8 100644 --- a/ts/sql_format.bzl +++ b/ts/sql_format.bzl @@ -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(