Skip to content

Commit 9f582b4

Browse files
committed
fix: 🐛 (customization) adjust camel case occurrences
1 parent 3b0e55f commit 9f582b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/customization.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function renameCamelCases(libraryName) {
103103

104104
try {
105105
spinner.start();
106-
// replaceInFile.sync(replaceOptions);
106+
replaceInFile.sync(replaceOptions);
107107
spinner.stop();
108108
} catch (error) {
109109
spinner.fail('Oh no, an error occurred while replacing class names, configs, styles')

0 commit comments

Comments
 (0)