File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,12 +43,12 @@ sync_chunked : submodules/chunked_requests
43
43
sync_refs : submodules/graph_reference
44
44
@echo " "
45
45
@echo " Syncing graph_reference directories"
46
- rm -r plotly/graph_reference
46
+ rm -rf plotly/graph_reference
47
47
mkdir plotly/graph_reference
48
- cp submodules/graph_reference/graph_objs_meta.json plotly/graph_reference
49
- cp submodules/graph_reference/KEY_TO_NAME.json plotly/graph_reference
50
- cp submodules/graph_reference/NAME_TO_KEY.json plotly/graph_reference
51
- cp submodules/graph_reference/OBJ_MAP.json plotly/graph_reference
48
+ cp submodules/graph_reference/graph_objs/python/ graph_objs_meta.json plotly/graph_reference
49
+ cp submodules/graph_reference/graph_objs/python/ KEY_TO_NAME.json plotly/graph_reference
50
+ cp submodules/graph_reference/graph_objs/python/ NAME_TO_KEY.json plotly/graph_reference
51
+ cp submodules/graph_reference/graph_objs/python/ OBJ_MAP.json plotly/graph_reference
52
52
53
53
pull_refs : submodules/graph_reference
54
54
@echo " "
You can’t perform that action at this time.
0 commit comments