3 lines
92 B
Bash
3 lines
92 B
Bash
#!/usr/bin/env bash
|
|
find dist/ -wholename '*johnny-five/node_modules' -exec rm -rf '{}' ';'
|