File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ @ echo off
2
+
3
+ python json-checker.py " custom-node-list.json"
4
+ python json-checker.py " model-list.json"
5
+ python json-checker.py " alter-list.json"
6
+ python json-checker.py " extension-node-map.json"
7
+ python json-checker.py " node_db\new\custom-node-list.json"
8
+ python json-checker.py " node_db\new\model-list.json"
9
+ python json-checker.py " node_db\new\extension-node-map.json"
10
+ python json-checker.py " node_db\dev\custom-node-list.json"
11
+ python json-checker.py " node_db\dev\model-list.json"
12
+ python json-checker.py " node_db\dev\extension-node-map.json"
13
+ python json-checker.py " node_db\tutorial\custom-node-list.json"
14
+ python json-checker.py " node_db\tutorial\model-list.json"
15
+ python json-checker.py " node_db\tutorial\extension-node-map.json"
16
+ python json-checker.py " node_db\legacy\custom-node-list.json"
17
+ python json-checker.py " node_db\legacy\model-list.json"
18
+ python json-checker.py " node_db\legacy\extension-node-map.json"
19
+ python json-checker.py " node_db\forked\custom-node-list.json"
20
+ python json-checker.py " node_db\forked\model-list.json"
21
+ python json-checker.py " node_db\forked\extension-node-map.json"
You can’t perform that action at this time.
0 commit comments