diff --git a/scripts/ci/run-selftest-ci.sh b/scripts/ci/run-selftest-ci.sh index 00485477cb..66a9e5084e 100644 --- a/scripts/ci/run-selftest-ci.sh +++ b/scripts/ci/run-selftest-ci.sh @@ -6,7 +6,6 @@ set -u ulimit -c unlimited; # Set core dump size as Ubuntu 14.04 lacks prlimit. ulimit -a # Display all ulimit settings for transparency. -cd ../../ pushd tools # Ensure that meteor/tools has no TypeScript errors. ../meteor npx tsc --noEmit