Skip to content

Commit bbf106a

Browse files
committed
output to bundled
1 parent 890eb64 commit bbf106a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/bundled/monitoring-snippets.json

Whitespace-only changes.

scripts/specs/format.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export async function transformBundle({
6464

6565
if (docs) {
6666
const snippets = transformCodeSamplesToGuideMethods(JSON.parse(JSON.stringify(snippetSamples)));
67-
await fsp.writeFile(toAbsolutePath(`guides/${clientName}-snippets.json`), snippets);
67+
await fsp.writeFile(toAbsolutePath(`docs/bundled/${clientName}-snippets.json`), snippets);
6868
}
6969

7070
for (const [pathKey, pathMethods] of Object.entries(bundledSpec.paths)) {

0 commit comments

Comments
 (0)