mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Force upgrade package-lock
This commit is contained in:
parent
ba4e05c62c
commit
bde0728b9b
@ -24,7 +24,7 @@ source test/externalTests/common.sh
|
|||||||
verify_input "$1"
|
verify_input "$1"
|
||||||
SOLJSON="$1"
|
SOLJSON="$1"
|
||||||
|
|
||||||
function install_fn { npm install; }
|
function install_fn { npm install --package-lock; }
|
||||||
function compile_fn { npx truffle compile; }
|
function compile_fn { npx truffle compile; }
|
||||||
function test_fn { npm test; }
|
function test_fn { npm test; }
|
||||||
|
|
||||||
@ -37,6 +37,8 @@ function gnosis_safe_test
|
|||||||
|
|
||||||
force_truffle_version
|
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
|
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
|
run_install install_fn
|
||||||
replace_libsolc_call
|
replace_libsolc_call
|
||||||
|
Loading…
Reference in New Issue
Block a user