From dc1a19baad0db02359fb98d0e05a271460febecd Mon Sep 17 00:00:00 2001 From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com> Date: Tue, 7 Oct 2025 00:22:39 -0400 Subject: [PATCH] release config --- 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 3313ffa..3284d59 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', + 'after:bump': ['turbo run build:android', 'turbo run build:ios'], 'after:release': 'echo "Published ${npm.name} v${version} to npm"', }, } satisfies Config;