From fd08af366c55ca4b462748dc9abee9cec7fed2df Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Mon, 22 Apr 2019 18:41:45 +0800 Subject: Update build/setup_recovery_env.sh Co-Authored-By: Jsying --- build/setup_recovery_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3