build(bazel): update to rules_typescript 0.17.0 & rules_nodejs 0.13.4 (#25977)

PR Close #25977
This commit is contained in:
Greg Magolan
2018-09-11 18:11:32 -07:00
committed by Ben Lesh
parent d9bd86050b
commit 274dc1e972
60 changed files with 135 additions and 167 deletions

View File

@ -1,4 +1,4 @@
load("@build_bazel_rules_nodejs//:defs.bzl", "jasmine_node_test")
load("//tools:defaults.bzl", "jasmine_node_test")
jasmine_node_test(
name = "validate-commit-message",