Skip to content

Commit

Permalink
token: run localnet
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 4, 2024
1 parent c01dac3 commit 49dbabc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/token/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -e

if [ "$1" = "localnet" ]; then
npx hardhat localnet --exit-on-error & sleep 10
fi

function balance() {
echo -e "\n🖼️ Balance"
echo "---------------------------------------------"
Expand Down

0 comments on commit 49dbabc

Please sign in to comment.