Create a script to run selftest in the new CI

This commit is contained in:
filipenevola
2021-02-24 08:51:58 -04:00
parent 33f42647d1
commit cde966e435

View File

@@ -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