Fix path error
This commit is contained in:
parent
1ebf97871b
commit
60a1886942
@ -25,7 +25,7 @@ export async function buildJars(params: {
|
||||
const { onlyBuildJarFileBasename, resourcesDirPath, buildContext } = params;
|
||||
|
||||
const doesImplementAccountTheme = readMetaInfKeycloakThemes_fromResourcesDirPath({
|
||||
resourcesDirPath: buildContext.keycloakifyBuildDirPath
|
||||
resourcesDirPath
|
||||
}).themes.some(({ name }) => name === accountV1ThemeName);
|
||||
|
||||
await Promise.all(
|
||||
|
Loading…
x
Reference in New Issue
Block a user