Skip to content

Commit

Permalink
nx-update-ts-references: Explicitly disable check from populate-files
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Dec 8, 2024
1 parent 295a4a5 commit b01a704
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-bikes-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nx-update-ts-references": patch
---

Explicitly disable checking from populate-files
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export class UpdateTsReferencesFactory implements IUpdateTsReferencesFactory {
},
{
dryRun,
check: false,
}
);
return updated;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ suite('UpdateTsReferencesFactory', () => {
},
{
dryRun: false,
check: false,
}
)
.resolves({ updated: true, filePath: '<file-path>', reason: 'content-changed' });
Expand Down

0 comments on commit b01a704

Please sign in to comment.