up
This commit is contained in:
@ -282,7 +282,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
if (
|
if (
|
||||||
(await readFile())
|
(await readFile())
|
||||||
.toString("utf8")
|
.toString("utf8")
|
||||||
.includes(`parent=keycloak`)
|
.includes("parent=keycloak")
|
||||||
) {
|
) {
|
||||||
doUseBuiltInAccountV1Theme = true;
|
doUseBuiltInAccountV1Theme = true;
|
||||||
}
|
}
|
||||||
@ -348,7 +348,7 @@ export async function command(params: { cliCommandOptions: CliCommandOptions })
|
|||||||
: []),
|
: []),
|
||||||
...[
|
...[
|
||||||
...buildOptions.themeNames,
|
...buildOptions.themeNames,
|
||||||
...(doLinkAccountV1Theme ? [accountV1ThemeName] : [])
|
...(doUseBuiltInAccountV1Theme ? [] : [accountV1ThemeName])
|
||||||
]
|
]
|
||||||
.map(themeName => ({
|
.map(themeName => ({
|
||||||
localDirPath: pathJoin(
|
localDirPath: pathJoin(
|
||||||
|
Reference in New Issue
Block a user