mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
GLDS: Fix className
metrics (#71214)
This commit is contained in:
parent
7dc071f46b
commit
616126674d
@ -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…
Reference in New Issue
Block a user