mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2025-06-05 21:59:23 +02:00
Tweak/fix webfinger and signed GET
This commit is contained in:
8
tasks.py
8
tasks.py
@ -125,7 +125,13 @@ def configuration_wizard(ctx):
|
||||
run("PYTHONPATH=. poetry run python scripts/config_wizard.py", pty=True, echo=True)
|
||||
|
||||
|
||||
@task(compile_scss, migrate_db)
|
||||
@task
|
||||
def install_deps(ctx):
|
||||
# type: (Context) -> None
|
||||
run("poetry install", pty=True, echo=True)
|
||||
|
||||
|
||||
@task(install_deps, compile_scss, migrate_db)
|
||||
def update(ctx):
|
||||
# type: (Context) -> None
|
||||
print("Done")
|
||||
|
Reference in New Issue
Block a user