external tests: Update solc-js dependencies after forcefully replacing it

- Otherwise it fails if the external project uses a version that is too old and does not have some newly added dependencies
This commit is contained in:
Kamil Śliwak 2020-12-01 21:20:22 +01:00
parent 0c5d3c0cdf
commit c7b95e385f

View File

@ -135,6 +135,9 @@ function force_solc_truffle_modules
rm -rf solc
git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
cp "$1" solc/soljson.js
cd solc
npm install
fi
)
done