This commit is contained in:
EthanShoeDev
2025-09-18 03:42:18 -04:00
parent 243e230d4d
commit 9e789d23be
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@fressh/mobile",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"main": "expo-router/entry",
"type": "module",

View File

@@ -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`);