Rename extraThemeNames to themeVariantNames

This commit is contained in:
garronej
2023-09-04 00:53:57 +02:00
parent 5af8d67b62
commit 37dbd49589
5 changed files with 10 additions and 10 deletions

View File

@ -26,7 +26,7 @@ export async function main() {
const { themeSrcDirPath } = getThemeSrcDirPath({ reactAppRootDirPath });
for (const themeName of [buildOptions.themeName, ...buildOptions.extraThemeNames]) {
for (const themeName of [buildOptions.themeName, ...buildOptions.themeVariantNames]) {
await generateTheme({
themeSrcDirPath,
"keycloakifySrcDirPath": pathJoin(keycloakifyDirPath, "src"),