Skip to content

Commit

Permalink
add no dev to the composer update command
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Dec 27, 2022
1 parent d64a590 commit e79ecfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision/core/phpcs/provision.sh
Expand Up @@ -19,7 +19,7 @@ function php_codesniff_setup() {
noroot mkdir -p /srv/www/phpcs
noroot cp -f "/srv/provision/core/phpcs/composer.json" "/srv/www/phpcs/composer.json"
cd /srv/www/phpcs
noroot composer update --no-ansi --no-progress
noroot composer update --no-ansi --no-progress --no-dev

vvv_info " * [PHPCS]: Setting WordPress-Core as the default PHPCodesniffer standard"

Expand Down

0 comments on commit e79ecfa

Please sign in to comment.