Skip to content

Commit

Permalink
Add sherlodoc serve to justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Feb 25, 2024
1 parent f8b4a2e commit c71c946
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocaml/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ sherlodoc-index: odig-odoc
find "$(odig cache path)/odoc" -name '*.odocl' \
| grep -v '__' \
| xargs sherlodoc index

sherlodoc-serve:
sherlodoc serve

0 comments on commit c71c946

Please sign in to comment.