Skip to content

Commit

Permalink
remove symfony files from the list as theyre not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Jun 6, 2021
1 parent 7546ddf commit e1697e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ function clean_checkout(string $dir)
system('rm -rf libraries/vendor/symfony/*/Resources/doc');
system('rm -rf libraries/vendor/symfony/*/Tests');
system('rm -rf libraries/vendor/symfony/console/Resources');
system('rm -rf libraries/vendor/symfony/debug/Resources');
system('rm -rf libraries/vendor/symfony/polyfill-util/LegacyTestListener.php');
system('rm -rf libraries/vendor/symfony/polyfill-util/TestListener.php');
system('rm -rf libraries/vendor/symfony/polyfill-util/TestListenerTrait.php');

// wamania/php-stemmer
system('rm -rf libraries/vendor/wamania/php-stemmer/test');
Expand Down

0 comments on commit e1697e1

Please sign in to comment.