forked from loafle/openapi-generator-original
* [swift] implement non public api * [swift] add petstore for non public api * [swift] fix error in extension that cannot be internal * [swift] update docs
4 lines
48 B
Bash
Executable File
4 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
swift build && exit ${PIPESTATUS[0]}
|