Skip to content

Commit

Permalink
Revert "🚧 npm config set loglevel verbose"
Browse files Browse the repository at this point in the history
that command had no effect - heroku sets NPM_CONFIG_LOGLEVEL=error
  • Loading branch information
victorlin committed Oct 18, 2024
1 parent 1d1b070 commit 2963dc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down

0 comments on commit 2963dc2

Please sign in to comment.