1
0
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:
Dan J Miller 2020-05-28 09:05:00 -02:30 committed by GitHub
parent 34fb525ce5
commit 6074f43925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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