Skip to content

Commit

Permalink
chore: do not strip CLDR assets (#9969)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev committed Oct 2, 2024
1 parent 7aab630 commit fbd6810
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions packages/localization/lib/copy-and-strip-cldr/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/localization/package-scripts.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const scripts = {
typescript: "tsc --build",
copy: {
"used-modules": `node "${copyUsedModules}" ./used-modules.txt dist/`,
cldr: `node ./lib/copy-and-strip-cldr/index.js "../../node_modules/@openui5/sap.ui.core/src/sap/ui/core/cldr/" dist/generated/assets/cldr/`,
cldr: `copy-and-watch "../../node_modules/@openui5/sap.ui.core/src/sap/ui/core/cldr/*" dist/generated/assets/cldr/`,
overlay: `copy-and-watch "overlay/**/*.js" dist/`,
},
};
Expand Down

0 comments on commit fbd6810

Please sign in to comment.