Skip to content

Commit 1edc071

Browse files
committed
build: add bazel absolute path fixes
1 parent 6a598fe commit 1edc071

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

WORKSPACE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ load("@io_bazel_rules_go//go:def.bzl", "go_register_toolchains", "go_rules_depen
2626
go_rules_dependencies()
2727
go_register_toolchains()
2828

29+
# We need a minimum of this version to include https://github.com/bazelbuild/rules_nodejs/pull/281.
30+
http_archive(
31+
name = "build_bazel_rules_nodejs",
32+
url = "https://github.com/bazelbuild/rules_nodejs/archive/c75e3dd0571b0937e3ce0c4f0e6b6b50d90468f0.zip",
33+
strip_prefix = "rules_nodejs-c75e3dd0571b0937e3ce0c4f0e6b6b50d90468f0",
34+
sha256 = "b78506ddaed7c682027f873d2bd50086a28570b3187da9fa16fe1672eed3015e",
35+
)
36+
2937
# Load the TypeScript rules, its dependencies, and setup the workspace.
3038
http_archive(
3139
name = "build_bazel_rules_typescript",

0 commit comments

Comments
 (0)