Skip to content

Commit

Permalink
garden: add "clean" command
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Apr 11, 2024
1 parent 9983238 commit 6a5f90f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions garden.yaml
Expand Up @@ -26,6 +26,9 @@ trees:
- check/fmt
- doc
check/fmt: garden ${GARDEN_CMD_VERBOSE} fmt -- --check
clean: |
rm -fr build dist jsonpickle.egg-info
find . -type d -name __pycache__ -print0 | xargs -0 rm -fr
doc: |
test -d pages || garden grow pages
python3 -m sphinx docs pages
Expand Down

0 comments on commit 6a5f90f

Please sign in to comment.