diff options
author | Jimmy Hu <jimmy.hu@dexon.org> | 2019-04-22 18:41:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 18:41:45 +0800 |
commit | fd08af366c55ca4b462748dc9abee9cec7fed2df (patch) | |
tree | a23fe50569c2e72910bfa3b9826cf4e736327fc9 | |
parent | 1e88601f572e1de4cac8d3404cd13af4a539ca85 (diff) | |
download | dexon-s-truffle.tar.gz dexon-s-truffle.tar.zst dexon-s-truffle.zip |
Update build/setup_recovery_env.shs-truffle
Co-Authored-By: Jsying <sonic@dexon.org>
-rwxr-xr-x | build/setup_recovery_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/setup_recovery_env.sh b/build/setup_recovery_env.sh index ee19995e3..5586273c8 100755 --- a/build/setup_recovery_env.sh +++ b/build/setup_recovery_env.sh @@ -11,6 +11,6 @@ git clone --depth 1 -b master https://github.com/dexon-foundation/governance-abi # deploy contract cd governance-abi -npm install . +npm ci ./node_modules/.bin/ganache-cli -p 8645 -b 5 $accounts_opt > ../../test/ganache.log 2>&1 & ./node_modules/.bin/truffle migrate --network=smoke |