We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db375d3 commit 71ceedaCopy full SHA for 71ceeda
packages/website/build-scripts/local-cdn.mjs
@@ -33,5 +33,5 @@ const filesToDelete = files.filter(f => {
33
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")
34
});
35
36
-console.log(filesToDelete.filter(f => f.path.includes("localization/dist/generated/assets/cldr")))
+// console.log(filesToDelete.filter(f => f.path.includes("localization/dist/generated/assets/cldr")))
37
filesToDelete.map(f => rm(path.join(f.path ?? f.parentPath, f.name)));
0 commit comments