fix sim-schema command by creating directory if it not exists

This commit is contained in:
pedrocarlo
2025-09-01 16:13:21 -03:00
parent 89fe0da26f
commit 72d697e0eb

View File

@@ -203,5 +203,6 @@ endif
.PHONY: merge-pr
sim-schema:
mkdir -p simulator/configs/custom
cargo run -p limbo_sim -- print-schema > simulator/configs/custom/profile-schema.json