blob: c9e9be328999e8b07a4021f2a53b5da296bb217b [file]
workspace(name = "test_workspace")
local_repository(
name = "build_bazel_rules_nodejs",
path = "../../../../../bazel-bin/local_testing_package",
)
load("@build_bazel_rules_nodejs//:defs.bzl", "node_repositories", "yarn_install")
node_repositories()
yarn_install(
name = "npm",
package_json = "//:package.json",
yarn_lock = "//:yarn.lock",
)
load("@npm//:install_bazel_dependencies.bzl", "install_bazel_dependencies")
install_bazel_dependencies()