From 3ab450131a7bb2c163f082c232dd2599604d0fd2 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Fri, 16 Dec 2022 11:43:06 -0330 Subject: [PATCH] Fix the ganache:start command by making the 'yarn bin' usage compatible with yarn3 (#16983) --- development/run-ganache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/run-ganache.sh b/development/run-ganache.sh index 218457663..a4ff032d3 100755 --- a/development/run-ganache.sh +++ b/development/run-ganache.sh @@ -4,7 +4,7 @@ set -e set -u set -o pipefail -ganache_cli="$(yarn bin)/ganache" +ganache_cli="$(yarn bin ganache)" seed_phrase="${GANACHE_SEED_PHRASE:-phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent}" _term () {