From a2f47eb106cd37d830272eeeb6ec5cc6cd417a14 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Tue, 5 Mar 2024 21:30:32 +0900 Subject: update composer scripts: add check command --- services/app/composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + ] } } -- cgit v1.2.3-70-g09d2