From 1f855c6a007658aacd86b514fef3e9f71a793f22 Mon Sep 17 00:00:00 2001 From: cairo <101215230+cairoeth@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:50:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20add=20run=20rpc=20to=20all=20com?= =?UTF-8?q?mand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1be70d9..15b8e77 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ run-rpc: # Run all components concurrently run-all: - make -j run-anvil run-share run-operator & + make -j run-anvil run-share run-operator run-rpc & # Run all in background and example (used by CI) run-ci: