Wizarr: fix build

This commit is contained in:
vhsdream 2025-06-10 17:23:49 -04:00
parent 8d9c7e42ed
commit 70b2963589
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ function update_script() {
uv -q sync --locked
$STD uv -q run pybabel compile -d app/translations
$STD npm --prefix app/static install
$STD npm --prefix app/static build:css
mkdir -p ./.cache
$STD tar -xf "$BACKUP_FILE" --directory=/
$STD uv -q run flask db upgrade

View File

@ -33,6 +33,7 @@ cd /opt/wizarr
uv -q sync --locked
$STD uv -q run pybabel compile -d app/translations
$STD npm --prefix app/static install
$STD npm --prefix app/static build:css
mkdir -p ./.cache
$STD uv -q run flask db upgrade
echo "${RELEASE}" >/opt/wizarr_version.txt