mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This upgrades the Saucelabs Bazel step on CI to use the more efficient Saucelabs daemon PR Close #49200
12 lines
240 B
Text
12 lines
240 B
Text
load("//tools:defaults.bzl", "ts_library")
|
|
|
|
package(default_visibility = ["//visibility:public"])
|
|
|
|
ts_library(
|
|
name = "saucelabs-daemon",
|
|
srcs = [
|
|
"browser.ts",
|
|
"ipc-defaults.ts",
|
|
"ipc-messages.ts",
|
|
],
|
|
)
|