File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -149,17 +149,13 @@ task(
149149 await run ( SUB_TASK_NAMES . STOP_LOCAL_IPFS ) ;
150150 console . log ( SUB_TASK_NAMES . STOP_LOCAL_GRAPH_NODE ) ;
151151 await run ( SUB_TASK_NAMES . STOP_LOCAL_GRAPH_NODE ) ;
152- console . log ( SUB_TASK_NAMES . STOP_LOCAL_GRAPH_NODE ) ;
153- await run ( SUB_TASK_NAMES . STOP_LOCAL_GRAPH_NODE ) ;
154152
155153 console . log ( SUB_TASK_NAMES . START_LOCAL_GANACHE ) ;
156154 await run ( SUB_TASK_NAMES . START_LOCAL_GANACHE ) ;
157155 console . log ( SUB_TASK_NAMES . START_LOCAL_IPFS ) ;
158156 await run ( SUB_TASK_NAMES . START_LOCAL_IPFS ) ;
159157 console . log ( SUB_TASK_NAMES . START_LOCAL_GRAPH_NODE ) ;
160158 await run ( SUB_TASK_NAMES . START_LOCAL_GRAPH_NODE ) ;
161- console . log ( SUB_TASK_NAMES . START_LOCAL_GRAPH_NODE ) ;
162- await run ( SUB_TASK_NAMES . START_LOCAL_GRAPH_NODE ) ;
163159} ) ;
164160
165161task (
You can’t perform that action at this time.
0 commit comments