From 70b2963589af19873aa5c01fb139d9330e1f12be Mon Sep 17 00:00:00 2001 From: vhsdream Date: Tue, 10 Jun 2025 17:23:49 -0400 Subject: [PATCH] Wizarr: fix build --- ct/wizarr.sh | 1 + install/wizarr-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ct/wizarr.sh b/ct/wizarr.sh index b08ecd7c..c199c949 100644 --- a/ct/wizarr.sh +++ b/ct/wizarr.sh @@ -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 diff --git a/install/wizarr-install.sh b/install/wizarr-install.sh index 53d40169..3eb321e9 100644 --- a/install/wizarr-install.sh +++ b/install/wizarr-install.sh @@ -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