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"
|
echo "No arguments given. Expected a themename"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pwd
|
|
||||||
npm run refresh:layeroverview
|
npm run refresh:layeroverview
|
||||||
npm run generate:layeroverview
|
npm run generate:layeroverview
|
||||||
npm run generate:layouts
|
npm run generate:layouts
|
||||||
if [ -f "$THEME.html" ]
|
|
||||||
|
if [[ -f "$THEME.html" ]]
|
||||||
then
|
then
|
||||||
echo "$THEME.html found."
|
echo "$THEME.html found."
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue