Skip to content

Commit

Permalink
fix(detox): typo at buildTarget (#15787)
Browse files Browse the repository at this point in the history
  • Loading branch information
leobastiani authored Mar 31, 2023
1 parent 47c671c commit ba93808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function reactNativeTestTarget(
return {
options: {
detoxConfiguration: `${platform}.debug`,
buildTarget: `${e2eName}:build-${buildPlatform}}`,
buildTarget: `${e2eName}:build-${buildPlatform}`,
},
configurations: {
production: {
Expand Down

0 comments on commit ba93808

Please sign in to comment.