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
This commit is contained in:
Alex Eagle 2017-12-11 08:44:59 -08:00 committed by Jason Aden
parent f05937db4d
commit 7363b3d4b5
1 changed files with 0 additions and 3 deletions

View File

@ -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