Build account theme

This commit is contained in:
garronej
2023-03-20 01:48:03 +01:00
parent cdd4460968
commit 17871daf0c
3 changed files with 21 additions and 4 deletions

View File

@ -13,8 +13,6 @@ import { getLogger } from "./tools/logger";
const { isSilent } = getCliOptions(process.argv.slice(2));
const logger = getLogger({ isSilent });
console.log({ keycloakThemeEmailDirPath });
if (fs.existsSync(keycloakThemeEmailDirPath)) {
logger.warn(`There is already a ${pathRelative(process.cwd(), keycloakThemeEmailDirPath)} directory in your project. Aborting.`);