Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 5474fb7

Browse files
authored
Point to a pre-release version of rules_typescript. (#847)
This is to fix #846, since we don't have push rights to rules_typescript, for now just point to a custom fork for the repo.
1 parent 249273f commit 5474fb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ http_archive(
3535

3636
http_archive(
3737
name = "build_bazel_rules_typescript",
38-
url = "https://github.com/bazelbuild/rules_typescript/archive/0.15.0.zip",
39-
strip_prefix = "rules_typescript-0.15.0",
40-
sha256 = "1aa75917330b820cb239b3c10a936a10f0a46fe215063d4492dd76dc6e1616f4",
38+
url = "https://github.com/rkirov/rules_typescript/archive/v0.16.0.zip",
39+
strip_prefix = "rules_typescript-0.16.0",
40+
sha256 = "f5aedd3a792e5af19cd0c0f0318cb692e2989e816e896e794152d07808fccacd",
4141
)
4242

4343
load("@build_bazel_rules_typescript//:defs.bzl", "ts_setup_workspace")

0 commit comments

Comments
 (0)