build(bazel): revert back to non-vendored yarn in node_repositories() (#29034)

Resolves Windows issue https://github.com/bazelbuild/rules_nodejs/issues/588

PR Close #29034
This commit is contained in:
Greg Magolan 2019-02-28 10:28:53 -08:00 committed by Andrew Kushnir
parent 1d4dde2adc
commit cd83a43462
1 changed files with 1 additions and 1 deletions

View File

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