Add validation scripts
This commit is contained in:
parent
954a948cf3
commit
e16def1464
4 changed files with 145 additions and 30 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue