forked from loafle/openapi-generator-original
minor fix to output path in javascript-es6-petstore.bat
This commit is contained in:
parent
e50a4cca36
commit
bec6eaa9dc
@ -5,6 +5,6 @@ If Not Exist %executable% (
|
|||||||
)
|
)
|
||||||
|
|
||||||
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M
|
REM set JAVA_OPTS=%JAVA_OPTS% -Xmx1024M
|
||||||
set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore-with-fake-endpoints-models-for-testing.yaml -l javascript -o samples\client\petstore\javascript\es6 --additional-properties useES6=true
|
set ags=generate -i modules\swagger-codegen\src\test\resources\2_0\petstore-with-fake-endpoints-models-for-testing.yaml -l javascript -o samples\client\petstore\javascript-es6 --additional-properties useES6=true
|
||||||
|
|
||||||
java -DappName=PetstoreClient %JAVA_OPTS% -jar %executable% %ags%
|
java -DappName=PetstoreClient %JAVA_OPTS% -jar %executable% %ags%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user