From bdc8d2de9db276f2adec7ccf6c432bcf8425215f Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 19 May 2021 13:19:36 -0700 Subject: [PATCH] Don't clean after testing on each Node version --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 2808e2af..03fd970b 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -71,7 +71,6 @@ do node -e 'process.exit(process.version.startsWith("v'$version'") ? 0 : -1)' # Install dependencies and link packages together. - ./node_modules/.bin/gulp cleanAll ./node_modules/.bin/gulp setup # npm test calls nyc gulp test