aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-03-05 21:30:32 +0900
committernsfisis <nsfisis@gmail.com>2024-03-05 21:30:32 +0900
commita2f47eb106cd37d830272eeeb6ec5cc6cd417a14 (patch)
treea83b0c3163646f5efef9e90cfa5ec27ce2444a5f
parenta35e3aed3156eaf6abe32162a6b4031d3d228bfe (diff)
downloadphperkaigi-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.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"
+ ]
}
}