From 88f1565e3cd258632468586814443f021ecb44a0 Mon Sep 17 00:00:00 2001 From: Ruslan K Date: Thu, 1 Feb 2024 14:08:24 +0100 Subject: [PATCH] Update package.json --- apps/mobile/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index bb03dce7b..3da62b796 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -37,7 +37,7 @@ "expo:web": "yarn config:mobile && yarn expo start --web", "expo:build:detox": "yarn config:mobile && yarn detox build -c ios.sim.expo", "expo:test:detox": "yarn config:mobile && ./bin/downloadExpoApp.sh && yarn detox test --configuration ios.sim.expo", - "eas:build": "yarn yarn config:mobile && && eas build", + "eas:build": "yarn yarn config:mobile && eas build", "config:mobile": "yarn ts-node ../../.scripts/configure.mobile.ts" }, "overrides": {