mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-04-30 21:33:11 +00:00
feat: adjust just clean command
This commit is contained in:
parent
39d8c89c17
commit
7a9d02af31
3
Justfile
3
Justfile
@ -64,5 +64,6 @@ clean:
|
|||||||
@echo "🧹 Cleaning run artifacts"
|
@echo "🧹 Cleaning run artifacts"
|
||||||
rm -rf sequencer_runner/bedrock_signing_key
|
rm -rf sequencer_runner/bedrock_signing_key
|
||||||
rm -rf sequencer_runner/rocksdb
|
rm -rf sequencer_runner/rocksdb
|
||||||
rm -rf indexer/rocksdb
|
rm -rf indexer/service/rocksdb
|
||||||
rm -rf wallet/configs/debug/storage.json
|
rm -rf wallet/configs/debug/storage.json
|
||||||
|
cd bedrock && docker compose down -v
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user