mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3090 from ethereum/noprepublish
Disable prepublish script in test.
This commit is contained in:
commit
e247524bd5
@ -36,6 +36,10 @@ DIR=$(mktemp -d)
|
|||||||
echo "Preparing solc-js..."
|
echo "Preparing solc-js..."
|
||||||
git clone --depth 1 https://github.com/ethereum/solc-js "$DIR"
|
git clone --depth 1 https://github.com/ethereum/solc-js "$DIR"
|
||||||
cd "$DIR"
|
cd "$DIR"
|
||||||
|
# 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
|
||||||
|
|
||||||
# Replace soljson with current build
|
# Replace soljson with current build
|
||||||
|
Loading…
Reference in New Issue
Block a user