From 7363b3d4b5b23bb0c25c0a90927b6ee8b37b5b71 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 11 Dec 2017 08:44:59 -0800 Subject: [PATCH] build: remove bazel option --noshow_results (#20943) I originally added this when I was trying to build `//packages/core`, which is not what users will do often. This makes it harder for team members to understand what Bazel is doing. I find myself suggesting to turn it off, so it's better to just remove it. PR Close #20943 --- tools/bazel.rc | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/bazel.rc b/tools/bazel.rc index 325374b5cd..0b7ed2193c 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -29,9 +29,6 @@ build --watchfs # Output # ############################### -# Don't print all the .d.ts output locations after builds -build --show_result=0 - # A more useful default output mode for bazel query # Prints eg. "ng_module rule //foo:bar" rather than just "//foo:bar" query --output=label_kind