1
0
Fork 0

Fix the ganache:start command by making the 'yarn bin' usage compatible with yarn3 (#16983)

This commit is contained in:
Dan J Miller 2022-12-16 11:43:06 -03:30 committed by GitHub
parent 09d29ef00d
commit 3ab450131a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 () {