Fix previous release
This commit is contained in:
@ -22,7 +22,7 @@ export function getThemeSrcDirPath() {
|
|||||||
})
|
})
|
||||||
.filter(exclude(undefined))[0];
|
.filter(exclude(undefined))[0];
|
||||||
|
|
||||||
if (themeSrcDirBasename === undefined) {
|
if (themeSrcDirPath === undefined) {
|
||||||
if (fs.existsSync(pathJoin(srcDirPath, "login")) || fs.existsSync(pathJoin(srcDirPath, "account"))) {
|
if (fs.existsSync(pathJoin(srcDirPath, "login")) || fs.existsSync(pathJoin(srcDirPath, "account"))) {
|
||||||
return { "themeSrcDirPath": srcDirPath };
|
return { "themeSrcDirPath": srcDirPath };
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user