diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh
index b6ee6824584649e463024f8bc27fe1f48ef25853..4c08106ba6ed167062d29e0fe739f3cbf28f37e8 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 --no-progress
+npm ci --verbose --no-progress
 npm run build
 mkdir dist/pages
 mv dist/*.html dist/pages