From 8a1d76dab691834ca7f513edfa23bdb179346f44 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 14 Dec 2024 20:22:28 +0100 Subject: [PATCH] Actions: attempt to fix build --- scripts/single_build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/single_build.sh b/scripts/single_build.sh index 39cb6e5cc..c6533e924 100755 --- a/scripts/single_build.sh +++ b/scripts/single_build.sh @@ -10,12 +10,15 @@ fi npm run refresh:layeroverview npm run generate:layeroverview - npm run generate:layouts +npm run test +npm run generate:layouts if [[ -f "$THEME.html" ]] then echo "$THEME.html found." else + pwd + ls echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?" exit 1 fi