From 1eaab35801feb360ddc7628f0b03c83b93779c74 Mon Sep 17 00:00:00 2001 From: Greg Fodor <gfodor@gmail.com> Date: Thu, 12 Jul 2018 22:49:52 +0000 Subject: [PATCH] List files --- scripts/hab-build-and-push.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/hab-build-and-push.sh b/scripts/hab-build-and-push.sh index 869ba7d32..34b0f53bd 100755 --- a/scripts/hab-build-and-push.sh +++ b/scripts/hab-build-and-push.sh @@ -16,6 +16,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" pushd "$DIR/.." echo "Building in $(pwd)" +ls + mkdir -p .yarn mkdir -p node_modules mkdir -p build -- GitLab