Skip to content

Commit

Permalink
Merge pull request #2673 from woocommerce/fix/google-ads-api-prints-p…
Browse files Browse the repository at this point in the history
…hp-info

Remove vendor files that prints php information `phpinfo()`
  • Loading branch information
ianlin authored Nov 13, 2024
2 parents 0c480a4 + 9a880b3 commit 41f221f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/cleanup-vendor-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

echo Removing unused vendor files to reduce space
rm vendor/symfony/validator/Resources/translations/*.xlf || true

echo Removing vendor files that prints php information
rm vendor/googleads/google-ads-php/scripts/print_php_information.php || true

0 comments on commit 41f221f

Please sign in to comment.