summaryrefslogtreecommitdiff
path: root/scripts/type-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/type-check.sh')
-rwxr-xr-xscripts/type-check.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/type-check.sh b/scripts/type-check.sh
index b3217fef11b..0658a5b6b34 100755
--- a/scripts/type-check.sh
+++ b/scripts/type-check.sh
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
yarn run tsc -p .
-echo "Current errors are:"
-yarn run tsc -p . | cut -d":" -f2 | grep 'error' | sort | uniq -c | sort