From 67c373ff3a4ab0dfaaa752f08f6cc22657d4dadc Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Tue, 22 Nov 2022 12:00:34 +0000 Subject: [PATCH] [LOCAL] fix e2e script --- scripts/test-e2e-local.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/test-e2e-local.js b/scripts/test-e2e-local.js index 09b095d9ad5..5ab1e6b0885 100644 --- a/scripts/test-e2e-local.js +++ b/scripts/test-e2e-local.js @@ -198,7 +198,7 @@ if (argv.target === 'RNTester') { // for this scenario, we only need to create the debug build // (env variable PRODUCTION defines that podspec side) - const buildType = 'Debug'; + const buildTypeiOSArtifacts = 'Debug'; // the android ones get set into /private/tmp/maven-local const localMavenPath = '/private/tmp/maven-local'; @@ -207,7 +207,7 @@ if (argv.target === 'RNTester') { const tarballOutputPath = generateiOSArtifacts( jsiFolder, hermesCoreSourceFolder, - buildType, + buildTypeiOSArtifacts, releaseVersion, localMavenPath, );