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 refresh:layeroverview
|
||||||
npm run generate:layeroverview
|
npm run generate:layeroverview
|
||||||
npm run generate:layouts
|
npm run test
|
||||||
|
npm run generate:layouts
|
||||||
|
|
||||||
if [[ -f "$THEME.html" ]]
|
if [[ -f "$THEME.html" ]]
|
||||||
then
|
then
|
||||||
echo "$THEME.html found."
|
echo "$THEME.html found."
|
||||||
else
|
else
|
||||||
|
pwd
|
||||||
|
ls
|
||||||
echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?"
|
echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue