mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-26 18:50:52 +00:00
- removed lines in dart2-petstore.sh that create redundant samples - deleted all dart2 samples - ran dart2-petstore.sh to create only openapi sample
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "purge test fils under 'test' folder"
|
|
rm -Rf openapi/test/
|