diff --git a/Justfile b/Justfile index 581df35697ca..6ba562538fba 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: