Skip to content

Commit

Permalink
Prevent composer errors with empty dirs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Sep 19, 2022
1 parent 4656b41 commit 28b92cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/package-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ output 3 "Clean vendor dirs to save space..."

rm -rf ./vendor/dvdoug/boxpacker/visualiser/*
rm -rf ./vendor/dvdoug/boxpacker/docs/*
rm -rf ./vendor/dvdoug/boxpacker/tests/*.php
rm -rf ./vendor/dvdoug/boxpacker/tests/Test/*.php
rm -rf ./vendor/dvdoug/boxpacker/tests/data/*
rm -rf ./vendor/dvdoug/boxpacker/*.md
rm -rf ./vendor/dvdoug/boxpacker/.github/*
Expand Down

0 comments on commit 28b92cf

Please sign in to comment.