small change

This commit is contained in:
EthanShoeDev
2025-10-07 15:40:00 -04:00
parent fffc3b103c
commit 49d4a667b9

View File

@@ -29,7 +29,7 @@ export default {
hooks: { hooks: {
'before:init': ['turbo run lint:check'], '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"', 'after:release': 'echo "Published ${npm.name} v${version} to npm"',
}, },
} satisfies Config; } satisfies Config;