Skip to content

Commit 9f2885e

Browse files
ekpyroncameel
authored andcommitted
Disabling of prepublish hook is no longer needed in setup_solcjs
See ethereum/solc-js#542
1 parent 97b4ff1 commit 9f2885e

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)