Skip to content

Commit

Permalink
docs: fix path to api-documenter in build.doc.js
Browse files Browse the repository at this point in the history
JIRA: DC-2932
  • Loading branch information
ivanmjartan committed Jul 27, 2023
1 parent f75dd1a commit ffe11cc
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 ffe11cc

Please sign in to comment.