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