aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--services/app/composer.json6
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"
+ ]
}
}