1
0
Fork 0

Add update task

This commit is contained in:
Thomas Sileo 2022-07-07 21:18:08 +02:00
parent dfe7d692e3
commit c01e0aa5b9
1 changed files with 6 additions and 0 deletions

View File

@ -123,3 +123,9 @@ def download_twemoji(ctx):
def configuration_wizard(ctx):
# type: (Context) -> None
run("PYTHONPATH=. poetry run python scripts/config_wizard.py", pty=True, echo=True)
@task(compile_scss, migrate_db)
def update(ctx):
# type: (Context) -> None
print("Done")