From 1501eda835918d7cd09f10fc35493a5ce72b6d1c Mon Sep 17 00:00:00 2001 From: Marshall Quander <marshall@quander.me> Date: Thu, 26 Jul 2018 14:43:22 -0700 Subject: [PATCH] Set --verbose on Jenkins build to debug mysteries --- scripts/hab-build-and-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index b6ee68245..4c08106ba 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 -- GitLab