aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2017-11-18 04:32:39 +0800
committerBrandon Millman <brandon.millman@gmail.com>2017-11-18 04:32:58 +0800
commit5042b85d218bd17dcf0ebf9b3127dd30c5bb5962 (patch)
treebe232fc3f98c646552d5d485a2990d824b137c80 /packages
parent741774c4a776af719c3a013b35bd9cf4f4c1c169 (diff)
downloaddexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar.gz
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar.bz2
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar.lz
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar.xz
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.tar.zst
dexon-sol-tools-5042b85d218bd17dcf0ebf9b3127dd30c5bb5962.zip
Remove clean step from test_umd.sh
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/0x.js/scripts/test_umd.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/0x.js/scripts/test_umd.sh b/packages/0x.js/scripts/test_umd.sh
index d200c76d0..e3eba088a 100755
--- a/packages/0x.js/scripts/test_umd.sh
+++ b/packages/0x.js/scripts/test_umd.sh
@@ -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