build: Update to latest rules_typescript. (#21675)
Fixes #21481 PR Close #21675
This commit is contained in:
parent
44d4f82dae
commit
da9e57b3d5
@ -15,12 +15,8 @@ node_repositories(package_json = ["//:package.json"])
|
||||
|
||||
git_repository(
|
||||
name = "build_bazel_rules_typescript",
|
||||
# Use alexeagle's branch temporarily to allow a green build in the middle of
|
||||
# the tsconfig refactoring.
|
||||
# TODO(alexeagle): after the change lands in google3, push it to bazelbuild
|
||||
# mirror and point this back to upstream.
|
||||
remote = "https://github.com/alexeagle/rules_typescript.git",
|
||||
commit = "5ccf967a393d94f53b5b1a97760eb1e18367faa3"
|
||||
remote = "https://github.com/bazelbuild/rules_typescript.git",
|
||||
commit = "c4ea003acd7d42269b81a2d25eb832972cd24912"
|
||||
)
|
||||
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
|
||||
|
@ -13,12 +13,8 @@ node_repositories(package_json = ["//:package.json"])
|
||||
|
||||
git_repository(
|
||||
name = "build_bazel_rules_typescript",
|
||||
# Use alexeagle's branch temporarily to allow a green build in the middle of
|
||||
# the tsconfig refactoring.
|
||||
# TODO(alexeagle): after the change lands in google3, push it to bazelbuild
|
||||
# mirror and point this back to upstream.
|
||||
remote = "https://github.com/alexeagle/rules_typescript.git",
|
||||
commit = "5ccf967a393d94f53b5b1a97760eb1e18367faa3"
|
||||
remote = "https://github.com/bazelbuild/rules_typescript.git",
|
||||
commit = "c4ea003acd7d42269b81a2d25eb832972cd24912"
|
||||
)
|
||||
|
||||
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")
|
||||
|
Loading…
x
Reference in New Issue
Block a user