Skip to content

Commit

Permalink
Merge pull request #363 from Yoast/JRF/misc
Browse files Browse the repository at this point in the history
Composer: remove redundant CLI argument from scripts
  • Loading branch information
jrfnl authored Nov 24, 2023
2 parents 47f9162 + af3b319 commit f55cf99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
],
"test": [
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage --colors=always"
"@php ./vendor/phpunit/phpunit/phpunit --no-coverage"
],
"coverage": [
"@php ./vendor/phpunit/phpunit/phpunit --colors=always"
"@php ./vendor/phpunit/phpunit/phpunit"
],
"check-cs": [
"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs"
Expand Down

0 comments on commit f55cf99

Please sign in to comment.