Skip to content

Commit f6eed85

Browse files
committed
fix: deleted duplicate graph start stop subtasks
1 parent dfcaa1d commit f6eed85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tasks.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

165161
task(

0 commit comments

Comments
 (0)