From 9c8bce4014e843a157c575bda2442cd66dcdb22d Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 26 May 2020 21:04:01 -0400 Subject: [PATCH] make: Tone down the webpack build verbosity Now that we're using builds.sr.ht for most of the builds, this takes up tons of lines in the logs and doesn't really need to be there with no one waiting on it directly. --- bin/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.sh b/bin/build.sh index de19dab..72a6bb1 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -8,7 +8,7 @@ die() { [ -e "gloat.pl" ] || die "Not in root of euchre-live" -export MOJO_WEBPACK_VERBOSE=1 +# export MOJO_WEBPACK_VERBOSE=1 export MOJO_WEBPACK_BUILD=1 echo ">>> Building Development Version" -- libgit2 1.1.1