Merge pull request #1792 from murgatroid99/test_script_no_clean

Don't clean after testing on each Node version
This commit is contained in:
Michael Lumish 2021-05-20 08:51:23 -07:00 committed by GitHub
commit 06d54a8f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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