Skip to content

Commit 4b3eef0

Browse files
committed
feat: add batcher_start_local_no_fund make target (again)
1 parent 9d56887 commit 4b3eef0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ batcher_start_local: user_fund_payment_service
297297
@$(MAKE) run_storage &
298298
@cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env.dev
299299

300+
batcher_start_local_no_fund:
301+
@echo "Starting Batcher..."
302+
@$(MAKE) run_storage &
303+
@cargo run --manifest-path ./batcher/aligned-batcher/Cargo.toml --release -- --config ./config-files/config-batcher.yaml --env-file ./batcher/aligned-batcher/.env.dev
304+
300305
install_batcher:
301306
@cargo install --path batcher/aligned-batcher
302307

0 commit comments

Comments
 (0)