scripts/ci-frontend-metrics.sh: Fix execution (#27434)

* scripts/ci-frontend-metrics.sh: Fix execution

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-09-07 18:39:47 +02:00
committed by GitHub
parent 9acb99904a
commit e71eb13386

View File

@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
set -e
echo -e "Collecting code stats (typescript errors & more)"