We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b847f commit 9979e38Copy full SHA for 9979e38
scripts/test-e2e-local-clean.js
@@ -49,6 +49,9 @@ exec('rm -rf /tmp/maven-local');
49
console.info('\n** Nuking the derived data folder **\n');
50
exec('rm -rf ~/Library/Developer/Xcode/DerivedData');
51
52
+console.info('\n** Removing the hermes-engine pod cache **\n');
53
+exec('rm -rf ~/Library/Caches/CocoaPods/Pods/External/hermes-engine');
54
+
55
// RNTester Pods
56
console.info('\n** Removing the RNTester Pods **\n');
57
exec('rm -rf packages/rn-tester/Pods');
0 commit comments