Skip to content

Commit

Permalink
fix: add build to run step in the makefile to fix missing binary'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlehtimaki committed Sep 1, 2023
1 parent f3bb272 commit 5cb6da6
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 @@ -269,7 +269,7 @@ localnet-continue:
TAG=$(LATEST_TAG) CONTINUE="continue" docker-compose up

# Run a new localnet
run:
run: build
./scripts/localnet.sh

# Continue the existing localnet
Expand Down

0 comments on commit 5cb6da6

Please sign in to comment.