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:
parent
09d29ef00d
commit
3ab450131a
@ -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 () {
|
||||||
|
Loading…
Reference in New Issue
Block a user