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

@@ -31,7 +31,7 @@ export default {
},
hooks: {
'before:init': ['pnpm run lint:check', 'pnpm run typecheck'],
'before:init': ['turbo run lint:check'],
'before:github:release': 'pnpm run build:signed:apk',
'after:release': 'echo "Released ${npm.name} v${version}"',