Add setup option to Makefile (#1368)

This commit is contained in:
Max Zangs 2023-12-08 10:34:12 +01:00 committed by GitHub
parent 3d301d0c6f
commit 9cf972563e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,3 +53,6 @@ ingest:
wipe: wipe:
poetry run python scripts/utils.py wipe poetry run python scripts/utils.py wipe
setup:
poetry run python scripts/setup