mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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 -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}"
|
||||
|
||||
_term () {
|
||||
|
Loading…
Reference in New Issue
Block a user