Skip to content

Commit

Permalink
Update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Mar 26, 2024
1 parent b38fe52 commit 447caab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ docs:
# Clean up
clean:
rm -rf dist/* *.egg-info
rm -rf docs/_build

# Clean more stuff
clean-all: clean
rm -rf .direnv
rm -rf .venv
rm -rf .tox
rm -rf .mypy_cache .pytest_cache
rm -rf .coverage htmlcov
rm -rf docs/_build
rm -rf docs/api
rm -rf .coverage htmlcov

0 comments on commit 447caab

Please sign in to comment.