Skip to content

Instantly share code, notes, and snippets.

@jarretmoses
Created August 15, 2016 16:34
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jarretmoses/8067a1239435e35b065ceba7acc2de31 to your computer and use it in GitHub Desktop.
Save jarretmoses/8067a1239435e35b065ceba7acc2de31 to your computer and use it in GitHub Desktop.
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"rc-start": "npm start -- --reset-cache",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"clean-start": "npm run clean && npm run rc-start",
"fresh-install": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && npm cache clean && npm install",
"fresh-start" : "npm run fresh-install && npm run rc-start",
"tron": "node_modules/.bin/reactotron"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment