mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 11:44:05 +08:00
build: add bazel absolute path fixes
This commit is contained in:
parent
2393ab9aba
commit
a20495becb
@ -26,6 +26,14 @@ load("@io_bazel_rules_go//go:def.bzl", "go_register_toolchains", "go_rules_depen
|
|||||||
go_rules_dependencies()
|
go_rules_dependencies()
|
||||||
go_register_toolchains()
|
go_register_toolchains()
|
||||||
|
|
||||||
|
# We need a minimum of this version to include https://github.com/bazelbuild/rules_nodejs/pull/281.
|
||||||
|
http_archive(
|
||||||
|
name = "build_bazel_rules_nodejs",
|
||||||
|
url = "https://github.com/bazelbuild/rules_nodejs/archive/c75e3dd0571b0937e3ce0c4f0e6b6b50d90468f0.zip",
|
||||||
|
strip_prefix = "rules_nodejs-c75e3dd0571b0937e3ce0c4f0e6b6b50d90468f0",
|
||||||
|
sha256 = "b78506ddaed7c682027f873d2bd50086a28570b3187da9fa16fe1672eed3015e",
|
||||||
|
)
|
||||||
|
|
||||||
# Load the TypeScript rules, its dependencies, and setup the workspace.
|
# Load the TypeScript rules, its dependencies, and setup the workspace.
|
||||||
http_archive(
|
http_archive(
|
||||||
name = "build_bazel_rules_typescript",
|
name = "build_bazel_rules_typescript",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user