Skip to content

Commit

Permalink
ts/BUILD.bazel: add missing import
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcin Radomski committed Jan 30, 2025
1 parent 4ded738 commit 9aa6fc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
load("@aspect_rules_js//npm:defs.bzl", "npm_package")
load("@aspect_rules_ts//ts:defs.bzl", "ts_project")
load("@flatbuffers_npm//:defs.bzl", "npm_link_all_packages")
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")

filegroup(
name = "distribution",
Expand Down

0 comments on commit 9aa6fc9

Please sign in to comment.