build: update to Bazel 0.26.1 (#30627)

PR Close #30627
This commit is contained in:
Alex Eagle
2019-06-10 07:35:33 -07:00
committed by Igor Minar
parent ef0b2cc74d
commit 532c1cb485
6 changed files with 44 additions and 58 deletions

View File

@ -65,19 +65,7 @@ node_repositories(
yarn_install(
name = "npm",
data = [
"//:tools/npm/@angular_bazel/index.js",
"//:tools/npm/@angular_bazel/package.json",
"//:tools/postinstall-patches.js",
"//:tools/yarn/check-yarn.js",
],
package_json = "//:package.json",
# Don't install devDependencies, they are large and not used under Bazel
prod_only = True,
# Temporarily disable node_modules symlinking until the fix for
# https://github.com/bazelbuild/bazel/issues/8487 makes it into a
# future Bazel release
symlink_node_modules = False,
yarn_lock = "//:yarn.lock",
)