Skip to content

Commit b1e2d3b

Browse files
committed
devops-config: added some needs
1 parent e4bfc72 commit b1e2d3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prune_node_modules.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
find . -name node_modules -type d -prune -exec rm -rf {} +

0 commit comments

Comments
 (0)