From 61dad7c172c6fcf5c92652158c04695c6a74eb4c Mon Sep 17 00:00:00 2001 From: Khalid A Date: Fri, 17 Apr 2026 16:25:57 -0500 Subject: [PATCH] Fix canonical format of config/sms-sites.json The sms-sites.json file was not in canonical format (sorted keys, 2-space indent, trailing newline), causing `npm run build` to fail during the `check:content` step in Docker. Co-Authored-By: Claude Sonnet 4.6 --- config/sms-sites.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/sms-sites.json b/config/sms-sites.json index 6f39515..5c82388 100644 --- a/config/sms-sites.json +++ b/config/sms-sites.json @@ -1,7 +1,9 @@ { "sites": [ { - "allowedSenders": ["+15035550100"], + "allowedSenders": [ + "+15035550100" + ], "phoneNumber": "+15035550142", "repoRoot": ".", "siteId": "timber-and-grain"