Created
June 2, 2019 10:55
-
-
Save y0n1/58ec97a1193b3027df4191e7d41da46b to your computer and use it in GitHub Desktop.
Performs cleanup, that's all you need to know
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
ls ".\packages\*" -Include "build", "coverage", "dist", "node_modules" -Depth 2 | select FullName | % { rm -Recurse -Force -Verbose $_.FullName } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment