From bde0728b9bce0092708d49148f1d1f5440124981 Mon Sep 17 00:00:00 2001 From: Harikrishnan Mulackal Date: Thu, 23 Jul 2020 19:16:57 +0530 Subject: [PATCH] Force upgrade package-lock --- test/externalTests/gnosis.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/externalTests/gnosis.sh b/test/externalTests/gnosis.sh index 436942d2d..07c34ca46 100755 --- a/test/externalTests/gnosis.sh +++ b/test/externalTests/gnosis.sh @@ -24,7 +24,7 @@ source test/externalTests/common.sh verify_input "$1" SOLJSON="$1" -function install_fn { npm install; } +function install_fn { npm install --package-lock; } function compile_fn { npx truffle compile; } function test_fn { npm test; } @@ -37,6 +37,8 @@ function gnosis_safe_test force_truffle_version sed -i 's|github:gnosis/mock-contract#sol_0_5_0|github:solidity-external-tests/mock-contract#master_070|g' package.json + rm -f package-lock.json + rm -rf node_modules/ run_install install_fn replace_libsolc_call