Update all dependencies of woocommerce-sniffs

This commit is contained in:
Claudio Sanches 2020-08-11 20:42:42 -03:00
parent df4aa12f21
commit 521ad8c3ff
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [[ ${RUN_PHPCS} == 1 ]]; then
if [ "$CHANGED_FILES" != "" ]; then
if [ ! -f "./vendor/bin/phpcs" ]; then
# Install wpcs globally
composer require woocommerce/woocommerce-sniffs
composer require woocommerce/woocommerce-sniffs --update-with-all-dependencies
fi
echo "Running Code Sniffer."