use npx in just generate-openapi (#5664)

This commit is contained in:
Jack Amadeo
2025-11-11 05:20:02 -08:00
committed by GitHub
parent 6ce41cb21c
commit 90449e74c8
+1 -1
View File
@@ -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: