From 1a52f5691c79b54d11e557d04c15a2758ff6d4c7 Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Sun, 6 Oct 2024 05:45:51 +0000 Subject: [PATCH] ci: add debug --- files/prebuild/build-frontend.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/prebuild/build-frontend.sh b/files/prebuild/build-frontend.sh index 6122c321..28501958 100755 --- a/files/prebuild/build-frontend.sh +++ b/files/prebuild/build-frontend.sh @@ -1,4 +1,9 @@ #!/bin/bash -eu cd client +echo "#####################################################" +ls -al +echo "#####################################################" +ls -al node_modules || echo "node_modules not yet populated" +echo "#####################################################" npm clean-install --no-audit --fund=false --update-notifier=false npm run build