From 7972bac5f7335aab38182bbdf692942ddc75bb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 12 Apr 2022 13:21:01 +0300 Subject: [PATCH] less verbose build script --- scripts/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build b/scripts/build index c3c7fb4..83ccb3f 100755 --- a/scripts/build +++ b/scripts/build @@ -5,8 +5,8 @@ cd "$(git rev-parse --show-toplevel)/jakstys.lt" hugo --cleanDestinationDir cd public -zopfli=$(bazel run --run_under=echo @zopfli//:zopfli) -brotli=$(bazel run --run_under=echo @brotli//:brotli) +zopfli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @zopfli//:zopfli) +brotli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @brotli//:brotli) find . \ -name '*.html' -or \