more release stuff

This commit is contained in:
EthanShoeDev
2025-10-06 20:22:19 -04:00
parent c61f8ac01c
commit 10372a5bfb
5 changed files with 11 additions and 8 deletions

View File

@@ -35,8 +35,8 @@ export default {
},
hooks: {
'before:init': ['pnpm run lint:check', 'pnpm run test'],
'before:npm:release': 'pnpm run build',
'before:init': ['turbo run lint:check'],
'before:npm:release': 'turbo run build:android build:ios',
'after:release': 'echo "Published ${npm.name} v${version} to npm"',
},
} satisfies Config;