diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-06 17:44:31 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2017-06-06 17:44:31 +0800 |
commit | 899de0b94f6dee75ea1e3934620ce8c108aea65b (patch) | |
tree | cfcaca096148dc44cf464e57c5755df5c9d01409 /scripts | |
parent | f85f546f9f627e0f25492966d89bfbc79d69d957 (diff) | |
download | dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar.gz dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar.bz2 dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar.lz dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar.xz dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.tar.zst dexon-sol-tools-899de0b94f6dee75ea1e3934620ce8c108aea65b.zip |
Address feedback
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test_umd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test_umd.sh b/scripts/test_umd.sh index 56517d32c..d200c76d0 100755 --- a/scripts/test_umd.sh +++ b/scripts/test_umd.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # This script runs umd tests and cleans up after them while preserving the `return_code` for CI -# UMD tests should be only run after the commonjs build cause they reuse some of the commonjs build artefacts +# 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 |