aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2019-04-22 18:41:45 +0800
committerGitHub <noreply@github.com>2019-04-22 18:41:45 +0800
commitfd08af366c55ca4b462748dc9abee9cec7fed2df (patch)
treea23fe50569c2e72910bfa3b9826cf4e736327fc9
parent1e88601f572e1de4cac8d3404cd13af4a539ca85 (diff)
downloaddexon-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-xbuild/setup_recovery_env.sh2
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