build(bazel): replace yarn_install(name = "npm") with @npm local_reporsitory() to speed up build (#27469)

PR Close #27469
This commit is contained in:
Greg Magolan
2018-12-04 16:28:58 -08:00
committed by Igor Minar
parent 8f425701e4
commit 68074df0a2
10 changed files with 25 additions and 3284 deletions

View File

@ -0,0 +1,8 @@
package(default_visibility = ["//visibility:public"])
# Empty filegroup here so that @npm//@angular/bazel is a valid Bazel target
# for the @angular//:@angular/bazel/ngc-wrapped target
filegroup(
name = "bazel",
srcs = [],
)