build: use vendored yarn under Bazel (#28839)

PR Close #28839
This commit is contained in:
Alex Eagle
2019-02-20 07:07:36 -08:00
committed by Igor Minar
parent 9d0db2fe4b
commit 48cabb44c7
5 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ node_repositories(
node_version = "10.9.0",
package_json = ["//:package.json"],
preserve_symlinks = True,
yarn_version = "1.12.1",
vendored_yarn = "@angular//third_party/github.com/yarnpkg/yarn/releases/download:v1.13.0",
)
# Setup the angular toolchain which installs npm dependencies into @ngdeps