[LOCAL] fix e2e script

This commit is contained in:
Lorenzo Sciandra
2022-11-22 12:00:34 +00:00
parent ceaebc6975
commit 67c373ff3a
+2 -2
View File
@@ -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,
);