Add ts-ignore in order to let the script run when the generated output was borked
This commit is contained in:
parent
1bc2187802
commit
ba77259837
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ if (!existsSync(generatedDir)) {
|
|||
}
|
||||
|
||||
const blacklist = ["", "test", ".", "..", "manifest", "index", "land", "preferences", "account", "openstreetmap", "custom"]
|
||||
// @ts-ignore
|
||||
const all : LayoutConfigJson[] = all_known_layouts.themes;
|
||||
|
||||
for (const i in all) {
|
||||
|
|
Loading…
Reference in a new issue