Adjust workflow with solc-js checkout now that it's on TypeScrpt

This commit is contained in:
Kamil Śliwak
2022-01-25 16:42:37 +01:00
parent 8011d23b5c
commit cdaa6dd591
3 changed files with 6 additions and 2 deletions
@@ -228,6 +228,7 @@ 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