diff --git a/Makefile b/Makefile index 19d0ebf671b..b47e39d78cc 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ run-https: tmp/$(HOST)-$(PORT).key tmp/$(HOST)-$(PORT).crt ## Runs the developme normalize_yaml: ## Normalizes YAML files (alphabetizes keys, fixes line length, smart quotes) yarn normalize-yaml .rubocop.yml --disable-sort-keys --disable-smart-punctuation - find ./config/locales/telephony "./config/locales/telephony*" -type f | xargs yarn normalize-yaml --disable-smart-punctuation + find ./config/locales/telephony -type f | xargs yarn normalize-yaml --disable-smart-punctuation find ./config/locales -not -path "./config/locales/telephony*" -type f | xargs yarn normalize-yaml \ config/pinpoint_supported_countries.yml \ config/pinpoint_overrides.yml \