Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: dhmlau <[email protected]>
  • Loading branch information
dhmlau committed Dec 6, 2023
1 parent b59a3aa commit 3086797
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/tsdocs/src/monorepo-api-extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ export async function runExtractorForMonorepo(options: ExtractorOptions = {}) {
const errors: Record<string, unknown> = {};

for (const pkg of packages) {
// TODO: api-extractor failed to generate apidocs for the repos below.
// Excluding them for now
// https://github.com/loopbackio/loopback-next/issues/10205
if (
pkg.name === '@loopback/typeorm' ||
pkg.name === '@loopback/boot' ||
Expand Down

0 comments on commit 3086797

Please sign in to comment.