wasm-rebuild: Revert solc-js changes - not needed because the script uses an old branch of solc-js

This commit is contained in:
Kamil Śliwak 2022-02-17 21:40:18 +01:00
parent 076bc516c8
commit c38cc8b736

View File

@ -230,7 +230,6 @@ mkdir -p "${OUTPUTDIR}"/bin
echo "Prepare solc-js."
cd /root/solc-js
npm install >/dev/null 2>&1
npm run build >/dev/null 2>&1
echo "Install semver helper."
npm install -g semver >/dev/null 2>&1