From 7a440679f5906bfdb4c2252d13f8b54087e18477 Mon Sep 17 00:00:00 2001 From: Soppster1029 Date: Thu, 23 Apr 2026 19:08:21 -0500 Subject: [PATCH] Update wger.sh (#13977) --- ct/wger.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ct/wger.sh b/ct/wger.sh index 7417e941e..85637beb8 100644 --- a/ct/wger.sh +++ b/ct/wger.sh @@ -53,6 +53,8 @@ function update_script() { set -a && source /opt/wger/.env && set +a export DJANGO_SETTINGS_MODULE=settings.main $STD uv pip install . + $STD npm install + $STD npm run build:css:sass $STD uv run python manage.py migrate $STD uv run python manage.py collectstatic --no-input msg_ok "Updated wger"