chore: start CI/CD

This commit is contained in:
41666 2020-09-22 22:21:08 -04:00
parent a98ac909c7
commit dfbcd0c6e6
4 changed files with 66 additions and 27 deletions

View file

@ -1,11 +0,0 @@
load("@npm//@bazel/typescript:index.bzl", "ts_library")
package(default_visibility = ["//visibility:public"])
ts_library(
name = "jstest",
srcs = glob(["*.ts"]),
deps = [
# "//path/to/other:library"
],
)