Created
June 28, 2018 09:37
-
-
Save cheshirecode/f8ca96c9864adfc35ba610e71ffc8f05 to your computer and use it in GitHub Desktop.
Clean up RN project, cache and node_modules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
watchman watch-del-all | |
rm -rf $TMPDIR/react-native-packager-cache-* | |
rm -rf $TMPDIR/metro-bundler-cache-* | |
rm -rf /tmp/haste-map-react-native-packager-* | |
rm -rf node_modules/ **/node_modules |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment