Skip to content

Commit

Permalink
contrib: try to build book in check-book.sh script
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Kishimoto <[email protected]>
  • Loading branch information
yukibtc committed Nov 12, 2024
1 parent 6336aa3 commit 1cb74b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/scripts/check-book.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

set -euo pipefail

cd book && just test
cd book && just build
cd book && just test

0 comments on commit 1cb74b7

Please sign in to comment.