diff options
Diffstat (limited to 'build/setup_recovery_env.sh')
-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 |