Skip to content

Commit

Permalink
chore(schemaExtraction): add a newline to the extracted schema.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sgulseth authored May 14, 2024
1 parent 77da7ce commit 73c3440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default async function extractAction(

spinner.text = `Writing schema to ${path}`

await writeFile(path, JSON.stringify(schema, null, 2))
await writeFile(path, `${JSON.stringify(schema, null, 2)}\n`)

trace.complete()

Expand Down

0 comments on commit 73c3440

Please sign in to comment.