Created
February 9, 2018 20:29
-
-
Save kikoseijo/8c11066d783803d2d1e78db9c141e900 to your computer and use it in GitHub Desktop.
This file contains hidden or 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/bash | |
# Copyright 2018 Sunnyface.com. | |
# | |
echo "running commands on" && pwd | |
rm -rf ios/build | |
rm -rf node_modules && npm install | |
node_modules/react-native/packager/packager.sh --reset-cache | |
watchman watch-del-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment