From 3b8af7e8434114e278f4031fd0a402e88cc177c0 Mon Sep 17 00:00:00 2001 From: Yousif Ahmed Date: Fri, 2 Feb 2024 11:31:05 +0000 Subject: [PATCH] bump CLI version in eas.json --- features/fixtures/test-app/eas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/fixtures/test-app/eas.json b/features/fixtures/test-app/eas.json index 9c301fe7..1cf7bd3c 100644 --- a/features/fixtures/test-app/eas.json +++ b/features/fixtures/test-app/eas.json @@ -1,12 +1,11 @@ { "cli": { - "version": ">= 0.56.0" + "version": ">= 3.15.0" }, "build": { "production": { "distribution": "internal", "credentialsSource": "local", - "prebuildCommand": "prebuild --npm", "android": { "buildType": "apk" },