forked from MapComplete/MapComplete
Actions: attempt to fix build
This commit is contained in:
parent
94b502f53c
commit
8a1d76dab6
1 changed files with 4 additions and 1 deletions
|
@ -10,12 +10,15 @@ fi
|
|||
|
||||
npm run refresh:layeroverview
|
||||
npm run generate:layeroverview
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue