We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4bfc72 commit b1e2d3bCopy full SHA for b1e2d3b
prune_node_modules.sh
@@ -0,0 +1,2 @@
1
+#!/bin/sh
2
+find . -name node_modules -type d -prune -exec rm -rf {} +
0 commit comments