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 <noreply@anthropic.com>
This commit is contained in:
Khalid A
2026-04-17 16:25:57 -05:00
parent 875f377194
commit 61dad7c172

View File

@@ -1,7 +1,9 @@
{ {
"sites": [ "sites": [
{ {
"allowedSenders": ["+15035550100"], "allowedSenders": [
"+15035550100"
],
"phoneNumber": "+15035550142", "phoneNumber": "+15035550142",
"repoRoot": ".", "repoRoot": ".",
"siteId": "timber-and-grain" "siteId": "timber-and-grain"