forked from MapComplete/MapComplete
Re-attempt fix themes
This commit is contained in:
parent
e6ca374c5d
commit
9526e7f4f6
3 changed files with 15 additions and 793 deletions
|
@ -39,6 +39,15 @@ else
|
|||
echo "$ASSET_URL"
|
||||
fi
|
||||
|
||||
# sanity check
|
||||
if [[ -f "bookcases.html" ]]
|
||||
then
|
||||
|
||||
else
|
||||
echo "Bookcases.html does not exist - aborting"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export NODE_OPTIONS=--max-old-space-size=7000
|
||||
which vite
|
||||
vite build --sourcemap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue