Skip to content

Commit

Permalink
book/justfile:add recipe comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Dec 7, 2024
1 parent fb4ac70 commit 9897df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ init:
@mdbook-snippets --version || \
cargo install --force --path ./snippets-processor

# build mdbook
build: init
mdbook build

# serve mdbook (localhost:3000)
serve: init
mdbook serve

# cd snippets && just test
test:
cd snippets && just test

Expand Down

0 comments on commit 9897df9

Please sign in to comment.