forked from MapComplete/MapComplete
Actions: attempt to fix build
This commit is contained in:
parent
5b8e1bf5b6
commit
94b502f53c
1 changed files with 3 additions and 3 deletions
|
@ -8,11 +8,11 @@ if [ $# -eq 0 ]
|
|||
echo "No arguments given. Expected a themename"
|
||||
fi
|
||||
|
||||
pwd
|
||||
npm run refresh:layeroverview
|
||||
npm run generate:layeroverview
|
||||
npm run generate:layouts
|
||||
if [ -f "$THEME.html" ]
|
||||
npm run generate:layouts
|
||||
|
||||
if [[ -f "$THEME.html" ]]
|
||||
then
|
||||
echo "$THEME.html found."
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue