diff --git a/package.json b/package.json index 5a504ede53d..7385c949163 100644 --- a/package.json +++ b/package.json @@ -107,6 +107,7 @@ "lint:js": "wp-scripts lint-js .", "lint:js:fix": "npm run lint:js -- --fix", "lint:php": "vendor/bin/phpcs", + "lint:php:fix": "vendor/bin/phpcbf", "lint:pkg-json": "wp-scripts lint-pkg-json . --ignorePath .gitignore", "start": "wp-scripts start", "test": "npm-run-all --parallel test:*",