veryclean

This commit is contained in:
Tony Garnock-Jones 2018-12-14 11:33:15 +00:00
parent 4e62a7c95a
commit c3a64121cb
2 changed files with 8 additions and 0 deletions

View File

@ -12,4 +12,9 @@ case "$1" in
rm -rf lib
rm -rf dist
;;
*/veryclean)
redo clean
rm -rf node_modules
rm -f package-lock.json
;;
esac

3
veryclean.do Normal file
View File

@ -0,0 +1,3 @@
for p in packages/*/; do echo $p/veryclean; done | xargs redo
rm -rf node_modules
rm -f package-lock.json