Skip to content

Commit f8e275e

Browse files
committed
fix: Rollback generated file formatting and name property (PIN-7846)
1 parent 1e50720 commit f8e275e

File tree

2 files changed

+293
-1844
lines changed

2 files changed

+293
-1844
lines changed

scripts/open-api-type-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const openApiSpecificationFileUrl =
77
const apiFolderPath = path.resolve('./src/api/')
88

99
generateApi({
10-
fileName: 'api.generatedTypes.ts',
10+
name: 'api.generatedTypes.ts',
1111
url: openApiSpecificationFileUrl,
1212
output: apiFolderPath,
1313
generateClient: false,

0 commit comments

Comments
 (0)