Skip to content

Commit

Permalink
Switch mdbook-spec to build with release
Browse files Browse the repository at this point in the history
This should speed things up a little, particularly when working locally.
  • Loading branch information
ehuss committed Aug 17, 2024
1 parent 7f2810f commit c53965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ smart-punctuation = true
edition = "2021"

[preprocessor.spec]
command = "cargo run --manifest-path mdbook-spec/Cargo.toml"
command = "cargo run --release --manifest-path mdbook-spec/Cargo.toml"

[build]
extra-watch-dirs = ["mdbook-spec/src"]

0 comments on commit c53965b

Please sign in to comment.