diff --git a/package.json b/package.json index de1d81b..7a8c517 100644 --- a/package.json +++ b/package.json @@ -37,9 +37,10 @@ "fix:php": "composer run-script phpcbf", "fix:php:simple": "composer run-script phpcbf:simple", "test:php": "composer run-script test", - "lint": "composer run-script lint", + "lint:php-all": "composer run-script lint", + "lint": "npm run lint:php-all && npm run lint:js && npm run lint:css", "fix": "composer run-script fix", - "quality": "npm run lint && npm run lint:js && npm run lint:css && npm run test:php" + "quality": "npm run lint && npm run test:php" }, "repository": { "type": "git",