File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ openapi-v3-gen:
3838 query_services.proto
3939 @echo " Cleaning up OpenAPI spec..."
4040 cd " $( PROTO_DIR) " && \
41- yq -iy ' del(.paths."/health")' query_services.openapi.yaml && \
42- yq -iy ' (.tags[] | select(.name == "ArchiveQueryService"))." x-scalar-ignore" = true' query_services.openapi.yaml && \
43- yq -iy ' (.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
41+ yq -i ' del(.paths."/health")' query_services.openapi.yaml && \
42+ yq -i ' (.tags[] | select(.name == "ArchiveQueryService")).x-scalar-ignore = true' query_services.openapi.yaml && \
43+ yq -i ' (.paths[][].tags) -= ["ArchiveQueryService"]' query_services.openapi.yaml
4444
4545test-cover :
4646 @echo " Performing Go cover test..."
You can’t perform that action at this time.
0 commit comments