mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
11 lines
217 B
Bash
11 lines
217 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
source .buildkite/scripts/common/util.sh
|
|
|
|
echo --- Check styled-components mapping
|
|
cmd="node scripts/styled_components_mapping"
|
|
|
|
eval "$cmd"
|
|
check_for_changed_files "$cmd" true
|