From 72d697e0ebd3c8d18e0a1ae0b2e591ee374a2626 Mon Sep 17 00:00:00 2001 From: pedrocarlo Date: Mon, 1 Sep 2025 16:13:21 -0300 Subject: [PATCH] fix `sim-schema` command by creating directory if it not exists --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6070bb70e..7376784ff 100644 --- a/Makefile +++ b/Makefile @@ -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