Skip to content

Commit

Permalink
Add docs cleanup to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed May 18, 2024
1 parent 2dccaaa commit 42ecc74
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,12 @@ clean:
rm -rf dist/* *.egg-info
rm -rf docs/_build

# Clean more stuff
# Clean up docs
clean-docs:
rm -rf docs/_build
rm -rf docs/api

# Clean aggressively
clean-all: clean
rm -rf .direnv
rm -rf .venv
Expand Down

0 comments on commit 42ecc74

Please sign in to comment.