Add validation scripts

This commit is contained in:
Pieter Vander Vennet 2021-04-10 03:18:32 +02:00
parent 954a948cf3
commit e16def1464
4 changed files with 145 additions and 30 deletions

View file

@ -234,7 +234,7 @@ if (!existsSync(generatedDir)) {
}
const blacklist = ["", "test", ".", "..", "manifest", "index", "land", "preferences", "account", "openstreetmap", "custom"]
const all = AllKnownLayouts.allSets;
const all = AllKnownLayouts.allKnownLayouts;
for (const layoutName in all) {
if (blacklist.indexOf(layoutName.toLowerCase()) >= 0) {