Skip to content

Commit 71ceeda

Browse files
authored
chore: fix website start on windows (#12772)
1 parent db375d3 commit 71ceeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/build-scripts/local-cdn.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ const filesToDelete = files.filter(f => {
3333
return f.isFile() && !f.name.endsWith(".js")&& !f.name.endsWith(".json") && !f.name.endsWith(".svg") && !f.name.endsWith(".d.ts") && !f.name.endsWith("package.json")
3434
});
3535

36-
console.log(filesToDelete.filter(f => f.path.includes("localization/dist/generated/assets/cldr")))
36+
// console.log(filesToDelete.filter(f => f.path.includes("localization/dist/generated/assets/cldr")))
3737
filesToDelete.map(f => rm(path.join(f.path ?? f.parentPath, f.name)));

0 commit comments

Comments
 (0)