Skip to content

Commit

Permalink
chore(multichain-testing): add make rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Jan 22, 2025
1 parent 8d4f5f9 commit 05131ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions multichain-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ stop: stop-forward delete
.PHONY: clean
clean: stop clean-kind

# To support a debug cycle like:
# make stop rebuild start && yarn test:main test/ibc-transfers.ts
.PHONY: rebuild
rebuild:
$(MAKE) -C ../packages/deployment docker-build-sdk TAG=dev
kind load docker-image ghcr.io/agoric/agoric-sdk:dev --name $(KIND_CLUSTER)

###############################################################################
### Dependency check ###
###############################################################################
Expand Down

0 comments on commit 05131ff

Please sign in to comment.