From a99f6fb62850fcbcfccab86307baa1a18d84efc9 Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Mon, 10 Nov 2025 20:07:24 -0500 Subject: [PATCH] use npx --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 205480302f87..581df35697ca 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 && npm run generate-api + cd ui/desktop && npx openapi-ts # make GUI with latest binary lint-ui: