Skip to content

Commit

Permalink
book/justfile:clean book depends
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Dec 7, 2024
1 parent 8dcff78 commit fb4ac70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions book/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ serve: init

test:
cd snippets && just test

# clean mdbook depends
clean:
cargo uninstall mdbook
cargo uninstall mdbook-linkcheck
cargo uninstall mdbook-admonish
cargo uninstall mdbook-snippets

0 comments on commit fb4ac70

Please sign in to comment.