From 49d4a667b99852b7c72881e191907c0501361902 Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 15:40:00 -0400 Subject: [PATCH] small change --- packages/react-native-uniffi-russh/.release-it.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-uniffi-russh/.release-it.ts b/packages/react-native-uniffi-russh/.release-it.ts index 3284d59..b24ddb9 100644 --- a/packages/react-native-uniffi-russh/.release-it.ts +++ b/packages/react-native-uniffi-russh/.release-it.ts @@ -29,7 +29,7 @@ export default { hooks: { 'before:init': ['turbo run lint:check'], - 'after:bump': ['turbo run build:android', 'turbo run build:ios'], + 'after:bump': ['turbo run build:android build:ios'], 'after:release': 'echo "Published ${npm.name} v${version} to npm"', }, } satisfies Config;