Skip to content

Commit

Permalink
nx-update-ts-references: Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Aug 9, 2024
1 parent 8ce098e commit 233f0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-mangos-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"nx-update-ts-references": patch
---

Fix variable naming
4 changes: 2 additions & 2 deletions apps/nx-update-ts-references/src/file-content.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type { PopulateFileParams } from 'npm-load-populate-files';
import populateFilesOptionsSchema from './executors/update-ts-references/schema.js';
import updateTsReferencesOptionsSchema from './executors/update-ts-references/schema.js';

export default [
{
filePath: './src/executors/update-ts-references/schema.json',
content: populateFilesOptionsSchema,
content: updateTsReferencesOptionsSchema,
},
] satisfies PopulateFileParams[];

0 comments on commit 233f0b6

Please sign in to comment.