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

@ -52,4 +52,7 @@ ingest:
@poetry run python scripts/ingest_folder.py $(call args)
wipe:
poetry run python scripts/utils.py wipe
poetry run python scripts/utils.py wipe
setup:
poetry run python scripts/setup