Skip to content

Commit

Permalink
chore: api-extractor no longer supports filename "api.md"
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Jul 5, 2024
1 parent 0881730 commit 1739a42
Show file tree
Hide file tree
Showing 12 changed files with 4,298 additions and 3,579 deletions.
2 changes: 1 addition & 1 deletion .dprint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
".yarn/releases",
".tmp/",
"cache/",
"packages/*/api.md",
"packages/*/*.api.md",
"CHANGELOG*.md",
".yarnrc.yml",
],
Expand Down
2 changes: 1 addition & 1 deletion .github/action-scripts/generateTypedDocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const branchName = "docs/update-typed-docs";
const reviewers = ["AlCalzone"];
const assignees = [];

const checkPaths = ["docs/", "packages/*/api.md"];
const checkPaths = ["docs/", "packages/*/*.api.md"];

/**
* @param {{github: Github, context: Context}} param
Expand Down
2 changes: 1 addition & 1 deletion api-extractor-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
* SUPPORTED TOKENS: <packageName>, <unscopedPackageName>
* DEFAULT VALUE: "<unscopedPackageName>.api.md"
*/
"reportFileName": "api.md",
// "reportFileName": "<unscopedPackageName>.api.md",

/**
* Specifies the folder where the API report file is written. The file name portion is determined by
Expand Down
Loading

0 comments on commit 1739a42

Please sign in to comment.