forked from loafle/openapi-generator-original
- 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/
|