build: update to rules_nodejs 0.9.1 and rules_typescript 0.15.0 (#24212)

PR Close #24212
This commit is contained in:
Greg Magolan
2018-05-30 18:15:38 -07:00
committed by Victor Berchet
parent 3647cb7f3b
commit ec57133b61
7 changed files with 216 additions and 441 deletions

View File

@ -11,7 +11,7 @@ exports_files([
# This ensures that package.json in subdirectories get installed as well.
alias(
name = "install",
actual = "@yarn//:yarn",
actual = "@nodejs//:yarn",
)
node_modules_filegroup(