Skip to content

Commit

Permalink
fix: test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
April-Bates-Dev committed Aug 25, 2023
1 parent 4b131af commit 145e8ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/writeSchemaFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export const writeSchemaFile = async (
const jsonSchemaWhiteSpace = 2;
const schemaString = JSON.stringify(schema, null, jsonSchemaWhiteSpace);

console.log("writing", `${pathToContractDocumentationFolder}/schema.json`);

await writeFile(
`${pathToContractDocumentationFolder}/schema.json`,
schemaString,
Expand Down

0 comments on commit 145e8ba

Please sign in to comment.