mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore(scripts): fix lints
This commit is contained in:
parent
5d02a13525
commit
de0ff76c8f
2 changed files with 6 additions and 6 deletions
|
@ -22,7 +22,7 @@ sveld({
|
|||
},
|
||||
});
|
||||
|
||||
globSync(["./src/**/*.d.ts"]).forEach((file) => {
|
||||
for (const file of globSync(["./src/**/*.d.ts"])) {
|
||||
console.log("Copying", file, " to types/");
|
||||
fs.copyFileSync(file, file.replace(/src/, "types"));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue