diff --git a/scripts/clean.sh b/scripts/clean.sh index 4f9bde5..cb4df8e 100755 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash rm -rf \ - dist build \ + dist build actions-runner \ .coverage .pytest_cache .tmp \ *.egg-info src/*.egg-info **/__pycache__ \ .direnv