Skip to content

Instantly share code, notes, and snippets.

@kikoseijo
Created February 9, 2018 20:29
Show Gist options
  • Save kikoseijo/8c11066d783803d2d1e78db9c141e900 to your computer and use it in GitHub Desktop.
Save kikoseijo/8c11066d783803d2d1e78db9c141e900 to your computer and use it in GitHub Desktop.
#!/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