blob: 962d959395a57eaff4f9a9805b34085b1fedf56e [file] [log] [blame]
load("@npm_other_module//:defs.bzl", "npm_link_all_packages")
load("@npm_other_module//:pyright/package_json.bzl", pyright = "bin")
npm_link_all_packages(name = "node_modules")
pyright.pyright_binary(
name = "pyright",
env = {"BAZEL_BINDIR": "."}, # Allow the binary to be run outside bazel
visibility = ["//visibility:public"],
)