From 2963dc299fd0a13e06a2dcc087c8bc697f834034 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:54:56 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=9A=A7=20npm=20config=20set=20l?= =?UTF-8?q?oglevel=20verbose"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit that command had no effect - heroku sets NPM_CONFIG_LOGLEVEL=error --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index a381b551..d52fc01e 100755 --- a/build.sh +++ b/build.sh @@ -41,7 +41,6 @@ build-auspice() { echo "Building a customised version of auspice" git config --global url."ssh://git@".insteadOf git:// cd auspice-client - npm config set loglevel verbose npm ci ./node_modules/.bin/auspice build --verbose --extend ./customisations/config.json cd ..