Skip to content

Instantly share code, notes, and snippets.

@y0n1
Created June 2, 2019 10:55
Show Gist options
  • Save y0n1/58ec97a1193b3027df4191e7d41da46b to your computer and use it in GitHub Desktop.
Save y0n1/58ec97a1193b3027df4191e7d41da46b to your computer and use it in GitHub Desktop.
Performs cleanup, that's all you need to know
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