GLDS: Fix `className` metrics (#71214)

pull/70408/head
Laura Fernández 2 years ago committed by GitHub
parent 7dc071f46b
commit 616126674d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/ci-frontend-metrics.sh

@ -50,7 +50,7 @@ echo "Metrics: {
\"grafana.ci-code.legacyForms\": \"${LEGACY_FORMS}\",
\"grafana.ci-code.bundleFolderSize\": \"${TOTAL_BUNDLE}\",
\"grafana.ci-code.dependencies.outdated\": \"${OUTDATED_DEPENDENCIES}\",
\"grafana.ci-code.props.className\": \"${CLASSNAME_PROP}\"
\"grafana.ci-code.props.className\": \"${CLASSNAME_PROP}\",
\"grafana.ci-code.imports.emotion\": \"${EMOTION_IMPORTS}\",
\"grafana.ci-code.tsFiles\": \"${TS_FILES}\"
}"

Loading…
Cancel
Save