Last active
January 24, 2020 11:32
-
-
Save devethan/b7faa33c1e5b757e39bb845855615056 to your computer and use it in GitHub Desktop.
Clean command
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
# 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