diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index b0e67c67d5207cf714409f11a8e9075cd9ab443a..b6ee6824584649e463024f8bc27fe1f48ef25853 100755
--- a/scripts/hab-build-and-push.sh
+++ b/scripts/hab-build-and-push.sh
@@ -21,7 +21,7 @@ rm /usr/bin/env
 ln -s "$(hab pkg path core/coreutils)/bin/env" /usr/bin/env
 hab pkg install -b core/coreutils core/bash core/node core/git core/aws-cli
 
-npm ci
+npm ci --no-progress
 npm run build
 mkdir dist/pages
 mv dist/*.html dist/pages