Skip to content

Commit

Permalink
[LOCAL] remove the hermes engine cache in the clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 23, 2022
1 parent 18b847f commit 9979e38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/test-e2e-local-clean.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ exec('rm -rf /tmp/maven-local');
console.info('\n** Nuking the derived data folder **\n');
exec('rm -rf ~/Library/Developer/Xcode/DerivedData');

console.info('\n** Removing the hermes-engine pod cache **\n');
exec('rm -rf ~/Library/Caches/CocoaPods/Pods/External/hermes-engine');

// RNTester Pods
console.info('\n** Removing the RNTester Pods **\n');
exec('rm -rf packages/rn-tester/Pods');
Expand Down

0 comments on commit 9979e38

Please sign in to comment.