Update all dependencies of woocommerce-sniffs
This commit is contained in:
parent
df4aa12f21
commit
521ad8c3ff
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue