Skip to content

Commit

Permalink
Merge pull request #3935 from ivanmjartan/IMJ-DC-2932
Browse files Browse the repository at this point in the history
RELATED: DC-2932 fix path to api-documenter in build.doc.js

Reviewed-by: Oleg Morozov
             https://github.com/oleg-morozov
  • Loading branch information
gdgate authored Jul 27, 2023
2 parents d6d6d7c + ffe11cc commit c34c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/scripts/build-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function buildVersion(versionName, dev, shouldUpdateSymlink, onSuccess) {
console.log("Starting api-documenter. Generated files will be stored in apidocs/docs.");
const apiDocumenterBin = path.resolve(
rootDir,
"common/temp/node_modules/@microsoft/api-documenter/bin/api-documenter",
"libs/sdk-ui-all/node_modules/@microsoft/api-documenter/bin/api-documenter",
);
await exec(
`"${apiDocumenterBin}" markdown --input-folder "${apiDocInputDir}" --output-folder "${apiDocDirDocs}"`,
Expand Down

0 comments on commit c34c315

Please sign in to comment.