diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test_umd.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/test_umd.sh b/scripts/test_umd.sh deleted file mode 100755 index d200c76d0..000000000 --- a/scripts/test_umd.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env bash -# This script runs umd tests and cleans up after them while preserving the `return_code` for CI -# 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 |