diff --git a/scripts/ci-frontend-metrics.sh b/scripts/ci-frontend-metrics.sh index f347f123b69..7d0cdfec89c 100755 --- a/scripts/ci-frontend-metrics.sh +++ b/scripts/ci-frontend-metrics.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -eo pipefail +set -e echo -e "Collecting code stats (typescript errors & more)"