Adjust dev clean task

This commit is contained in:
Andreas Zweili 2024-03-11 16:31:22 +01:00
parent b7a023e518
commit 37cf077662
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ clean() {
rm -rf htmlcov/
rm -f .direnv/first_run
rm -f src/*/migrations/0*.py
rm -rf .direnv/postgres/
rm -rf $DEVENV_STATE
}
descriptions["clean"]="Reset the project to a fresh state including the database."
tasks["clean"]=clean