We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b131af commit 145e8baCopy full SHA for 145e8ba
src/helpers/writeSchemaFile.ts
@@ -9,6 +9,8 @@ export const writeSchemaFile = async (
9
const jsonSchemaWhiteSpace = 2;
10
const schemaString = JSON.stringify(schema, null, jsonSchemaWhiteSpace);
11
12
+ console.log("writing", `${pathToContractDocumentationFolder}/schema.json`);
13
+
14
await writeFile(
15
`${pathToContractDocumentationFolder}/schema.json`,
16
schemaString,
0 commit comments