Skip to content

Commit

Permalink
Narrow Nx example generator dependency scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed May 28, 2024
1 parent 6fdb778 commit 40e8aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ag-charts-generate-example-files/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"targets": {
"build": {
"executor": "@nx/js:swc",
"dependsOn": ["ag-charts-community:build"],
"dependsOn": ["ag-charts-community:build:types"],
"inputs": ["{projectRoot}/src/**"],
"outputs": ["{options.outputPath}"],
"options": {
Expand Down

0 comments on commit 40e8aee

Please sign in to comment.