From d7fcd137e08fbb70a7ec8ef2a6626b98736b7e5b Mon Sep 17 00:00:00 2001 From: satyakwok Date: Wed, 13 May 2026 09:52:17 +0200 Subject: [PATCH] chore: scrub internal-file ref from deploy comment 'founder-private artifacts' -> 'internal artifacts' in the deploy script's ship-list comment. Removes a name that referenced an unpublished directory. --- scripts/deploy-mainnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-mainnet.sh b/scripts/deploy-mainnet.sh index 34f7e75..d9bab42 100755 --- a/scripts/deploy-mainnet.sh +++ b/scripts/deploy-mainnet.sh @@ -82,7 +82,7 @@ echo "==> typecheck" echo "✓ typecheck clean" # Files to ship. Keep this list explicit + reviewed; avoid blanket `scp -r` -# that would push founder-private artifacts or local node_modules. +# that would push internal artifacts or local node_modules. FILES=( apps/api/package.json apps/api/src/index.ts