Skip to content

Commit

Permalink
chore: build and run script for localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
j4m1ef0rd committed Nov 8, 2024
1 parent daf9e73 commit b3d1259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions localnet/build_and_run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
# Does a cargo build and then recreates the localnet using the new binaries.
# Usage: ./localnet/build_and_run.sh

cargo build && ./localnet/recreate.sh -d && cd bouncer && ./setup_for_test.sh

0 comments on commit b3d1259

Please sign in to comment.