Skip to content

Commit 9979e38

Browse files
committed
[LOCAL] remove the hermes engine cache in the clean script
1 parent 18b847f commit 9979e38

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/test-e2e-local-clean.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ exec('rm -rf /tmp/maven-local');
4949
console.info('\n** Nuking the derived data folder **\n');
5050
exec('rm -rf ~/Library/Developer/Xcode/DerivedData');
5151

52+
console.info('\n** Removing the hermes-engine pod cache **\n');
53+
exec('rm -rf ~/Library/Caches/CocoaPods/Pods/External/hermes-engine');
54+
5255
// RNTester Pods
5356
console.info('\n** Removing the RNTester Pods **\n');
5457
exec('rm -rf packages/rn-tester/Pods');

0 commit comments

Comments
 (0)