Skip to content

Commit 9aa6fc9

Browse files
author
Marcin Radomski
committed
ts/BUILD.bazel: add missing import
Found by Buildifire presubmit: Function "sh_binary" is not global anymore and needs to be loaded from "@rules_shell//shell:sh_binary.bzl". Signed-off-by: Marcin Radomski <dextero@google.com>
1 parent 4ded738 commit 9aa6fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
load("@aspect_rules_js//npm:defs.bzl", "npm_package")
22
load("@aspect_rules_ts//ts:defs.bzl", "ts_project")
33
load("@flatbuffers_npm//:defs.bzl", "npm_link_all_packages")
4+
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
45

56
filegroup(
67
name = "distribution",

0 commit comments

Comments
 (0)