Skip to content

Commit 4b131af

Browse files
fix: test
1 parent f5e2da3 commit 4b131af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/generateDocs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ export const generateDocumentation = async (
3333
pathToDocumentationFolder,
3434
schemaDetails.detailType,
3535
);
36+
console.log("creating", newDocumentationFilePath);
3637
await writeDocumentation(schemaDetails, newDocumentationFilePath);
3738
} else {
3839
const oldDocumentationFilePath = getVersionedDocumentationFilePath(
3940
pathToDocumentationFolder,
4041
schemaDetails.detailType,
4142
schemaDetails.detailVersion,
4243
);
44+
console.log("creating", oldDocumentationFilePath);
4345
await writeDocumentation(schemaDetails, oldDocumentationFilePath);
4446
}
4547
});

0 commit comments

Comments
 (0)