[BUG][TS-fetch] On macOS, the FILES
file contains .openapi-generator-ignore
in its list of files while on Linux this same FILES
file doesn't contain .openapi-generator-ignore
in its list of file
#20218
Labels
Bug Report Checklist
Description
When we generate locally, on our macs, our TS SDK, the
FILES
file contains.openapi-generator-ignore
in its list of files, while when we do the same thing in CI, on a Linux machine, the same file doesn't contain.openapi-generator-ignore
in its list of filesopenapi-generator version
7.10.0 (not yet released)
OpenAPI declaration file content or url
private. Can't share
Generation Details
java -jar openapi-generator-cli.jar generate \ -i http://localhost:34567/docs/openapi/mydoc.json \ -o "$1" \ -g typescript-fetch \ --additional-properties=disallowAdditionalPropertiesIfNotPresent=false,withInterfaces=false,supportsES6=true,stringEnums=true,npmName=myclient
The text was updated successfully, but these errors were encountered: