Skip to content

Commit

Permalink
fix(build): detox clean-framework-cache script.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed May 22, 2024
1 parent 909dfc4 commit 0d9c7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/local-cli/utils/frameworkUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async function clean(framework, xcuitest) {
const shouldCleanBoth = !framework && !xcuitest;

if (framework || shouldCleanBoth) {
await removeTarget(getXCUITestRunnerDirPath, 'Detox framework');
await removeTarget(getFrameworkDirPath, 'Detox framework');
}

if (xcuitest || shouldCleanBoth) {
Expand Down

0 comments on commit 0d9c7be

Please sign in to comment.