Skip to content

Commit d59497b

Browse files
authored
Merge pull request #11805 from ethereum/fixSolcjs
Remove the code for disabling `prepublish` hook before solc-js tests
2 parents 97b4ff1 + 9f2885e commit d59497b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/externalTests/common.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ function setup_solcjs
6060

6161
cd "$path"
6262

63-
# disable "prepublish" script which downloads the latest version
64-
# (we will replace it anyway and it is often incorrectly cached
65-
# on travis)
66-
npm config set script.prepublish ''
67-
6863
npm install
6964
cp "$soljson" soljson.js
7065
SOLCVERSION=$(./solcjs --version)

0 commit comments

Comments
 (0)