Skip to content

Commit

Permalink
[LOCAL] fix e2e script
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 22, 2022
1 parent ceaebc6 commit 67c373f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand All @@ -207,7 +207,7 @@ if (argv.target === 'RNTester') {
const tarballOutputPath = generateiOSArtifacts(
jsiFolder,
hermesCoreSourceFolder,
buildType,
buildTypeiOSArtifacts,
releaseVersion,
localMavenPath,
);
Expand Down

0 comments on commit 67c373f

Please sign in to comment.