From 9d5c96ebdd9d118830458877682a746ab0c73fdc Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 17 Oct 2017 19:10:31 +0200 Subject: Use config explicitly --- scripts/test_emscripten.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit