From 9f2885e173f1e999fcf99aaef43a84e39d4e3a11 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Mon, 16 Aug 2021 14:00:01 +0200 Subject: [PATCH] Disabling of `prepublish` hook is no longer needed in `setup_solcjs` See https://github.com/ethereum/solc-js/pull/542 --- test/externalTests/common.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/externalTests/common.sh b/test/externalTests/common.sh index 9de4b5a42..bc24cd1d1 100644 --- a/test/externalTests/common.sh +++ b/test/externalTests/common.sh @@ -60,11 +60,6 @@ function setup_solcjs 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 cp "$soljson" soljson.js SOLCVERSION=$(./solcjs --version)