Skip to content

Commit 145e8ba

Browse files
fix: test 2
1 parent 4b131af commit 145e8ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/helpers/writeSchemaFile.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export const writeSchemaFile = async (
99
const jsonSchemaWhiteSpace = 2;
1010
const schemaString = JSON.stringify(schema, null, jsonSchemaWhiteSpace);
1111

12+
console.log("writing", `${pathToContractDocumentationFolder}/schema.json`);
13+
1214
await writeFile(
1315
`${pathToContractDocumentationFolder}/schema.json`,
1416
schemaString,

0 commit comments

Comments
 (0)