mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11805 from ethereum/fixSolcjs
Remove the code for disabling `prepublish` hook before solc-js tests
This commit is contained in:
commit
d59497bd92
@ -60,11 +60,6 @@ function setup_solcjs
|
|||||||
|
|
||||||
cd "$path"
|
cd "$path"
|
||||||
|
|
||||||
# disable "prepublish" script which downloads the latest version
|
|
||||||
# (we will replace it anyway and it is often incorrectly cached
|
|
||||||
# on travis)
|
|
||||||
npm config set script.prepublish ''
|
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
cp "$soljson" soljson.js
|
cp "$soljson" soljson.js
|
||||||
SOLCVERSION=$(./solcjs --version)
|
SOLCVERSION=$(./solcjs --version)
|
||||||
|
Loading…
Reference in New Issue
Block a user