We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 477a3c4 + c689a41 commit 08ee130Copy full SHA for 08ee130
1 file changed
composer.json
@@ -24,7 +24,9 @@
24
"create-pot": "php -n $(which wp) i18n make-pot . languages/convertkit.pot",
25
"create-dev-docs": "@php .scripts/create-actions-filters-docs.php",
26
"phpcs": "vendor/bin/phpcs ./ -s -v",
27
+ "phpcbf": "vendor/bin/phpcbf ./ -s -v",
28
"phpcs-tests": "vendor/bin/phpcs ./tests --standard=phpcs.tests.xml -s -v",
29
+ "phpcbf-tests": "vendor/bin/phpcbf ./tests --standard=phpcs.tests.xml -s -v",
30
"phpstan": "vendor/bin/phpstan analyse --memory-limit=1250M",
31
"test": [
32
"vendor/bin/codecept build @no_additional_args",
0 commit comments