release config

This commit is contained in:
EthanShoeDev
2025-10-07 00:22:39 -04:00
parent 2b33da8e20
commit dc1a19baad

View File

@@ -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;