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",
|
"name": "@fressh/mobile",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "expo-router/entry",
|
"main": "expo-router/entry",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -68,6 +68,13 @@ const signedBuildCommand = command({
|
|||||||
{
|
{
|
||||||
if (ghRelease && format !== 'apk')
|
if (ghRelease && format !== 'apk')
|
||||||
throw new Error('ghRelease is only supported for apk builds');
|
throw new Error('ghRelease is only supported for apk builds');
|
||||||
|
|
||||||
|
console.log(
|
||||||
|
'Making signed build. Format:',
|
||||||
|
format,
|
||||||
|
'GH Release:',
|
||||||
|
ghRelease,
|
||||||
|
);
|
||||||
const secrets = await getSecrets();
|
const secrets = await getSecrets();
|
||||||
await cmd(`pnpm run prebuild:clean`);
|
await cmd(`pnpm run prebuild:clean`);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user