mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use config explicitly
This commit is contained in:
parent
09ff9282df
commit
9d5c96ebdd
@ -39,7 +39,7 @@ DIR=$(mktemp -d)
|
|||||||
# disable "prepublish" script which downloads the latest version
|
# disable "prepublish" script which downloads the latest version
|
||||||
# (we will replace it anyway and it is often incorrectly cached
|
# (we will replace it anyway and it is often incorrectly cached
|
||||||
# on travis)
|
# on travis)
|
||||||
npm set script.prepublish ''
|
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