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