mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
v0.0.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fressh/mobile",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"private": true,
|
||||
"main": "expo-router/entry",
|
||||
"type": "module",
|
||||
|
||||
@@ -68,6 +68,13 @@ const signedBuildCommand = command({
|
||||
{
|
||||
if (ghRelease && format !== 'apk')
|
||||
throw new Error('ghRelease is only supported for apk builds');
|
||||
|
||||
console.log(
|
||||
'Making signed build. Format:',
|
||||
format,
|
||||
'GH Release:',
|
||||
ghRelease,
|
||||
);
|
||||
const secrets = await getSecrets();
|
||||
await cmd(`pnpm run prebuild:clean`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user