- Fixed build

This commit is contained in:
Ferdi Koomen 2021-10-28 20:30:32 +02:00
parent 1a3eba4312
commit a51ac6a22d

View File

@ -19,7 +19,7 @@ async function generateV2() {
async function generateV3() {
await OpenAPI.generate({
input: './test/spec/spec.json',
input: './test/spec/v3.json',
output: './test/generated/v3/',
httpClient: OpenAPI.HttpClient.FETCH,
useOptions: false,