From 899de0b94f6dee75ea1e3934620ce8c108aea65b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 6 Jun 2017 11:44:31 +0200 Subject: Address feedback --- scripts/test_umd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3