Skip to content

Commit

Permalink
Merge pull request #4495 from wix/fix-clean-script
Browse files Browse the repository at this point in the history
fix(build): `detox clean-framework-cache` script.
  • Loading branch information
asafkorem authored May 22, 2024
2 parents 909dfc4 + 0d9c7be commit b12f5cb
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 b12f5cb

Please sign in to comment.