also run static on update

This commit is contained in:
Matthias 2021-08-19 23:37:38 +02:00
parent ee33de711a
commit 575cf87b98
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -198,7 +198,7 @@ def translate(c):
manage(c, "compilemessages")
@task(pre=[install, migrate, translate_stats, clean_settings])
@task(pre=[install, migrate, translate_stats, static, clean_settings])
def update(c):
"""
Update InvenTree installation.
@ -211,6 +211,7 @@ def update(c):
- install
- migrate
- translate_stats
- static
- clean_settings
"""
pass