Skip to content

Commit

Permalink
build(bazel): revert back to non-vendored yarn in node_repositories() (
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored and AndrewKushnir committed Feb 28, 2019
1 parent 1d4dde2 commit cd83a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd83a43

Please sign in to comment.