Skip to content

Commit

Permalink
Update get-targets.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leobastiani committed Mar 21, 2023
1 parent 148f543 commit 8e73915
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 8e73915

Please sign in to comment.