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

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

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
pull/26395/head^2
Arve Knudsen 5 years ago committed by GitHub
parent 9acb99904a
commit e71eb13386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/ci-frontend-metrics.sh

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

Loading…
Cancel
Save