mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Don't try to remove soljson.js
after running npm install
in cloned solc-js repo
This commit is contained in:
parent
4615e62514
commit
f4d1044331
@ -109,7 +109,6 @@ cd "$tmp_dir"
|
|||||||
git clone https://github.com/ethereum/solc-js.git "$solcjs_dir"
|
git clone https://github.com/ethereum/solc-js.git "$solcjs_dir"
|
||||||
cd "$solcjs_dir"
|
cd "$solcjs_dir"
|
||||||
npm install
|
npm install
|
||||||
rm soljson.js
|
|
||||||
|
|
||||||
cd "${solc_bin_dir}/${platform}/"
|
cd "${solc_bin_dir}/${platform}/"
|
||||||
echo "Commit range: ${base_ref}..${top_ref}"
|
echo "Commit range: ${base_ref}..${top_ref}"
|
||||||
|
Loading…
Reference in New Issue
Block a user