Skip to content

Commit

Permalink
🔧 add run rpc to all command (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth authored Apr 17, 2024
2 parents 82fbb56 + 1f855c6 commit d1bef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d1bef67

Please sign in to comment.