Wizarr: fix missing 'run'

This commit is contained in:
vhsdream
2025-06-11 10:29:56 -04:00
parent e979179ed1
commit 645d294f95
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +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
$STD npm --prefix app/static run build:css
mkdir -p ./.cache
$STD uv -q run flask db upgrade
echo "${RELEASE}" >/opt/wizarr_version.txt