Files
bottom/scripts/schema/generate.sh
T
Clement Tsang 40254c24e0 other: fix schema crate interfering with installs (#2109)
This change should fix the issue around `cargo install` being confused by the schema generation binary by just moving it entirely into a separate tool "crate".
2026-06-27 17:44:44 -04:00

9 lines
138 B
Bash
Executable File

#!/bin/bash
set -e
cd "$(dirname "$0")";
cd ../..
cargo run --manifest-path tools/schema_gen/Cargo.toml -- $1 > schema/v$1/bottom.json