Don't clean after testing on each Node version

This commit is contained in:
Michael Lumish 2021-05-19 13:19:36 -07:00
parent 663fe77e72
commit bdc8d2de9d

View File

@ -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