fix(dev-infra): correct build setup for dev-infra (#38815)

Correct's the missing dependencies and incorrect build dependencies for the
dev-infra bazel targets.

PR Close #38815
This commit is contained in:
Joey Perrott
2020-09-11 12:13:36 -07:00
committed by Andrew Kushnir
parent b05d79d14a
commit aa43cbf8c5
7 changed files with 16 additions and 43 deletions

View File

@ -3,6 +3,7 @@ load("@npm_bazel_typescript//:index.bzl", "ts_library")
ts_library(
name = "common",
srcs = glob(["*.ts"]),
module_name = "@angular/dev-infra-private/pr/common",
visibility = ["//dev-infra:__subpackages__"],
deps = [
"//dev-infra/utils",