File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
- name : Generate specification and check generated types
48
48
working-directory : ./elasticsearch-specification
49
49
run : |
50
- make generate
50
+ make contrib
51
51
52
52
- name : Download artifacts
53
53
working-directory : ./clients-flight-recorder
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ filter-for-serverless: ## Generate the serverless version from the compiled sche
57
57
dump-routes : # # Create a new schema with all generics expanded
58
58
@npm run dump-routes --prefix compiler
59
59
60
- contrib : | generate license-check spec-format-fix transform-to-openapi # # Pre contribution target
60
+ contrib : | generate license-check spec-format-fix transform-to-openapi filter-for-serverless # # Pre contribution target
61
61
62
62
lint-docs : # # Lint the OpenAPI documents
63
63
@npx @stoplight/spectral-cli lint output/openapi/* .json --ruleset .spectral.yaml
You can’t perform that action at this time.
0 commit comments