From 3f70c86bd480d4f86917174732455a2fd98a75ec Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:23:25 -0400 Subject: [PATCH] fmt --- apps/mobile/scripts/signed-build.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/mobile/scripts/signed-build.ts b/apps/mobile/scripts/signed-build.ts index f6f68e6..a13f3c3 100644 --- a/apps/mobile/scripts/signed-build.ts +++ b/apps/mobile/scripts/signed-build.ts @@ -60,7 +60,8 @@ const signedBuildCommand = command({ long: 'gh-release', type: boolean, short: 'g', - description: 'Whether to create a GitHub release (deprecated, use release-it instead)', + description: + 'Whether to create a GitHub release (deprecated, use release-it instead)', defaultValue: () => false, }), },