Adjust the config check to be a separate faster to compile binary (#3313)

This commit is contained in:
cetra3
2023-06-26 19:53:21 +09:30
committed by GitHub
parent a39e948b52
commit 9406c3ad2b
3 changed files with 18 additions and 22 deletions

View File

@@ -3,4 +3,4 @@ set -e
dest=${1-config/defaults.hjson}
cargo run -- --print-config-docs > "$dest"
cargo run --manifest-path crates/utils/Cargo.toml > "$dest"