Use yarn instead of npm in development/run-ganache (#8674)

feature/default_network_editable
Dan J Miller 5 years ago committed by GitHub
parent 34fb525ce5
commit 6074f43925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      development/run-ganache

@ -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…
Cancel
Save