Skip to content

Commit 416539e

Browse files
remove unnecessary generate-language-examples task from the openapi generation
1 parent 4bca06f commit 416539e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ transform-expand-generics: ## Create a new schema with all generics expanded
5454
@npm run transform-expand-generics --prefix compiler
5555

5656
transform-to-openapi: ## Generate the OpenAPI definition from the compiled schema
57-
@make generate-language-examples
5857
@npm run transform-to-openapi -- --schema output/schema/schema.json --flavor stack --output output/openapi/elasticsearch-openapi.json
5958
@npm run transform-to-openapi -- --schema output/schema/schema.json --flavor serverless --output output/openapi/elasticsearch-serverless-openapi.json
6059

0 commit comments

Comments
 (0)