You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration/localnet/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ clean-data:
148
148
rm -rf ./bootstrap
149
149
rm -rf ./trie
150
150
rm -rf ./profiler
151
-
rm -f ./targets.nodes.json
151
+
rm -rf ./targets.nodes.json
152
152
rm -f ./docker-compose.nodes.yml
153
153
154
154
# deletes the stopped environment-clean container(s) - running this command inside another target doesn't delete the containers so it's isolated to run in a separate target
0 commit comments