Skip to content

Commit

Permalink
[DOP-4033]: Add bundle path for oaspagebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Sep 29, 2023
1 parent a9ae14a commit c5037fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/src/shared/oas-page-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export async function oasPageBuild({ bundlePath, repoDir, siteUrl }: OasPageBuil
command: 'node',
args: [
`${process.cwd()}/modules/oas-page-builder/dist/index.js`,
'--bundle',
bundlePath,
'--output',
`${repoDir}/public`,
'--redoc',
Expand All @@ -19,4 +21,6 @@ export async function oasPageBuild({ bundlePath, repoDir, siteUrl }: OasPageBuil
siteUrl,
],
});

return stdout;
}

0 comments on commit c5037fd

Please sign in to comment.