mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Use yarn instead of npm in development/run-ganache (#8674)
This commit is contained in:
parent
34fb525ce5
commit
6074f43925
@ -4,7 +4,7 @@ set -e
|
|||||||
set -u
|
set -u
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
ganache_cli="$(npm bin)/ganache-cli"
|
ganache_cli="$(yarn bin)/ganache-cli"
|
||||||
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…
x
Reference in New Issue
Block a user