Remove clean step from test_umd.sh

This commit is contained in:
Brandon Millman
2017-11-17 12:32:39 -08:00
parent 741774c4a7
commit 5042b85d21

View File

@@ -3,5 +3,4 @@
# UMD tests should only be run after building the commonjs because they reuse some of the commonjs build artifacts
run-s substitute_umd_bundle run_mocha
return_code=$?
npm run clean
exit $return_code