less verbose build script

This commit is contained in:
Motiejus Jakštys 2022-04-12 13:21:01 +03:00
parent 732d2eaa1b
commit 7972bac5f7

View File

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