diff --git a/justfile b/justfile index fe7514a1292fc42596127917d37acc75985034a0..71aa58eae187de9e1cb9dab03e971fe4c96ba7f2 100644 --- a/justfile +++ b/justfile @@ -27,3 +27,8 @@ ci-lint: generate-plantuml: echo "Generating PlantUML diagrams if plantUML is installed..." plantuml -o . api/_Docs/*/**.plantuml + +# Only use if nothing else helps as this shouldn't be necessary +clean: + go clean -cache -fuzzcache -testcache -modcache + docker system prune -af