diff options
Diffstat (limited to 'scripts')
-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 |