mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Fix docker phpcs command
do not hide warnings
This commit is contained in:
parent
0afe6cd2e4
commit
7a07c0e973
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"docker:build-js": "docker-compose run --rm build yarn run build:dev",
|
||||
"docker:composer-update": "docker-compose run --rm composer composer update",
|
||||
"docker:test": "docker-compose run --rm test vendor/bin/phpunit",
|
||||
"docker:lint": "docker-compose run --rm test vendor/bin/phpcs --parallel=8 -n -s",
|
||||
"docker:lint": "docker-compose run --rm test vendor/bin/phpcs --parallel=8 -s",
|
||||
"docker:fix-lint": "docker-compose run --rm test vendor/bin/phpcbf",
|
||||
|
||||
"prebuild": "rm -rf ./vendor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue