mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Lint fixes
This commit is contained in:
parent
9e2ece71af
commit
4479b202f6
4 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,7 @@ export async function renameDTSFile(dir, newName) {
|
|||
await renameDTSFile(fullPath, newName);
|
||||
} else if (entry.name.endsWith('.d.ts')) {
|
||||
const newFullPath = path.join(dir, `${newName}.d.ts`);
|
||||
|
||||
await fs.rename(fullPath, newFullPath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue