1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 01:47:00 +01:00

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

View File

@ -4,7 +4,7 @@ set -e
set -u set -u
set -o pipefail 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}" seed_phrase="${GANACHE_SEED_PHRASE:-phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent}"
_term () { _term () {