This commit is contained in:
garronej
2023-06-21 18:06:12 +02:00
parent 8d5ce21df4
commit 4b8aecfe91
6 changed files with 49 additions and 117 deletions

View File

@ -21,12 +21,6 @@ export async function main() {
"projectDirPath": process.cwd()
});
if (themeSrcDirPath === undefined) {
logger.warn("Couldn't locate your theme source directory");
process.exit(-1);
}
const emailThemeSrcDirPath = pathJoin(themeSrcDirPath, "email");
if (fs.existsSync(emailThemeSrcDirPath)) {