diff options
author | chriseth <chris@ethereum.org> | 2017-10-18 01:10:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 01:10:31 +0800 |
commit | 9d5c96ebdd9d118830458877682a746ab0c73fdc (patch) | |
tree | c7e6ade9d0dd209605331c9ed4a0f72513e51270 | |
parent | 09ff9282dff7f9b1b765a18984c80ab33e031d16 (diff) | |
download | dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar.gz dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar.bz2 dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar.lz dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar.xz dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.tar.zst dexon-solidity-9d5c96ebdd9d118830458877682a746ab0c73fdc.zip |
Use config explicitly
-rwxr-xr-x | scripts/test_emscripten.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh index d5823388..4996e957 100755 --- a/scripts/test_emscripten.sh +++ b/scripts/test_emscripten.sh @@ -39,7 +39,7 @@ DIR=$(mktemp -d) # disable "prepublish" script which downloads the latest version # (we will replace it anyway and it is often incorrectly cached # on travis) - npm set script.prepublish '' + npm config set script.prepublish '' npm install # Replace soljson with current build |