Skip to content

Instantly share code, notes, and snippets.

@devethan
Last active January 24, 2020 11:32
Show Gist options
  • Save devethan/b7faa33c1e5b757e39bb845855615056 to your computer and use it in GitHub Desktop.
Save devethan/b7faa33c1e5b757e39bb845855615056 to your computer and use it in GitHub Desktop.
Clean command
# yarn clean
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment