From 9345319ade380ee21d50d87871c91f2c34627415 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Tue, 11 Nov 2025 06:01:42 -0800 Subject: [PATCH] the right script (#5671) --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 581df356..6ba56253 100644 --- a/Justfile +++ b/Justfile @@ -193,7 +193,7 @@ generate-openapi: @echo "Generating OpenAPI schema..." cargo run -p goose-server --bin generate_schema @echo "Generating frontend API..." - cd ui/desktop && npx openapi-ts + cd ui/desktop && npx @hey-api/openapi-ts # make GUI with latest binary lint-ui: