From 2d04946a6457be35fd2706bb1f29ebc8047f953a Mon Sep 17 00:00:00 2001 From: Moudy Date: Sat, 7 Mar 2026 17:00:54 +0100 Subject: [PATCH] added remove rocksdb from main --- Justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Justfile b/Justfile index c8ffe09d..b4ec3a98 100644 --- a/Justfile +++ b/Justfile @@ -66,4 +66,5 @@ clean: rm -rf sequencer_runner/rocksdb rm -rf indexer/service/rocksdb rm -rf wallet/configs/debug/storage.json + rm -rf rocksdb cd bedrock && docker compose down -v