Dr.Lt.Data
9 months ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
@echo off |
||||||
|
|
||||||
|
python json-checker.py "custom-node-list.json" |
||||||
|
python json-checker.py "model-list.json" |
||||||
|
python json-checker.py "alter-list.json" |
||||||
|
python json-checker.py "extension-node-map.json" |
||||||
|
python json-checker.py "node_db\new\custom-node-list.json" |
||||||
|
python json-checker.py "node_db\new\model-list.json" |
||||||
|
python json-checker.py "node_db\new\extension-node-map.json" |
||||||
|
python json-checker.py "node_db\dev\custom-node-list.json" |
||||||
|
python json-checker.py "node_db\dev\model-list.json" |
||||||
|
python json-checker.py "node_db\dev\extension-node-map.json" |
||||||
|
python json-checker.py "node_db\tutorial\custom-node-list.json" |
||||||
|
python json-checker.py "node_db\tutorial\model-list.json" |
||||||
|
python json-checker.py "node_db\tutorial\extension-node-map.json" |
||||||
|
python json-checker.py "node_db\legacy\custom-node-list.json" |
||||||
|
python json-checker.py "node_db\legacy\model-list.json" |
||||||
|
python json-checker.py "node_db\legacy\extension-node-map.json" |
||||||
|
python json-checker.py "node_db\forked\custom-node-list.json" |
||||||
|
python json-checker.py "node_db\forked\model-list.json" |
||||||
|
python json-checker.py "node_db\forked\extension-node-map.json" |
Loading…
Reference in new issue