Skip to content

Commit

Permalink
Fix auto-doc JSON generation dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Dec 20, 2023
1 parent 5333c0b commit 0ecdc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ag-charts-community/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"docs-debug-interfaces": {
"executor": "ag-charts-generate-code-reference-files:generate",
"inputs": [
"{projectRoot}/src/options",
"{projectRoot}/src/options/**/*.ts",
{
"externalDependencies": []
}
Expand All @@ -118,7 +118,7 @@
"docs-resolved-interfaces": {
"executor": "ag-charts-generate-code-reference-files:generate",
"inputs": [
"{projectRoot}/src/options",
"{projectRoot}/src/options/**/*.ts",
{
"externalDependencies": []
}
Expand Down

0 comments on commit 0ecdc79

Please sign in to comment.