From 57034aa13db9f40d6a447c4d5ecada2d25d8af56 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 4 Feb 2019 16:47:57 -0800 Subject: [PATCH] build: fix for integration/bazel (#28532) PR Close #28532 --- integration/bazel/WORKSPACE | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration/bazel/WORKSPACE b/integration/bazel/WORKSPACE index 337d5034ae..30fe3c730d 100644 --- a/integration/bazel/WORKSPACE +++ b/integration/bazel/WORKSPACE @@ -56,6 +56,9 @@ node_repositories( # Install our npm dependencies into @npm yarn_install( name = "npm", + # Need a reference to @angular here so that Bazel sets up the + # external repository before calling yarn_install + data = ["@angular//:LICENSE"], package_json = "//src:package.json", yarn_lock = "//src:yarn.lock", )