diff --git a/Justfile b/Justfile index f43f59db..c8ffe09d 100644 --- a/Justfile +++ b/Justfile @@ -64,5 +64,6 @@ clean: @echo "🧹 Cleaning run artifacts" rm -rf sequencer_runner/bedrock_signing_key rm -rf sequencer_runner/rocksdb - rm -rf indexer/rocksdb + rm -rf indexer/service/rocksdb rm -rf wallet/configs/debug/storage.json + cd bedrock && docker compose down -v