mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
more release stuff
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user