diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-05 21:30:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-05 21:30:32 +0900 |
| commit | a2f47eb106cd37d830272eeeb6ec5cc6cd417a14 (patch) | |
| tree | a83b0c3163646f5efef9e90cfa5ec27ce2444a5f | |
| parent | a35e3aed3156eaf6abe32162a6b4031d3d228bfe (diff) | |
| download | phperkaigi-2024-albatross-a2f47eb106cd37d830272eeeb6ec5cc6cd417a14.tar.gz phperkaigi-2024-albatross-a2f47eb106cd37d830272eeeb6ec5cc6cd417a14.tar.zst phperkaigi-2024-albatross-a2f47eb106cd37d830272eeeb6ec5cc6cd417a14.zip | |
update composer scripts: add check command
| -rw-r--r-- | services/app/composer.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/services/app/composer.json b/services/app/composer.json index e87d1f1..cd95267 100644 --- a/services/app/composer.json +++ b/services/app/composer.json @@ -29,6 +29,10 @@ "ecs": "ecs check", "ecsfix": "ecs check --fix", "phpstan": "phpstan analyse", - "phpunit": "phpunit tests" + "phpunit": "phpunit tests", + "check": [ + "@ecs", + "@phpstan" + ] } } |
