Skip to content

Commit 5c07f1a

Browse files
committed
Update composer.json commands
1 parent 95a3df6 commit 5c07f1a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,15 @@
106106
"@database-reset",
107107
"@frontend-clear"
108108
],
109-
"ecs": "ecs check src/ tests/Behat/",
110-
"phpstan": "phpstan analyse -c phpstan.neon -l max src/",
109+
"ecs": "ecs",
110+
"phpstan": "phpstan analyse",
111+
"psalm": "psalm --no-cache",
111112
"phpunit": "phpunit",
112113
"behat": "behat --strict -vvv --no-interaction || behat --strict -vvv --no-interaction --rerun",
113114
"suite": [
114115
"@ecs",
115116
"@phpstan",
117+
"@psalm",
116118
"@phpunit",
117119
"@behat"
118120
],

0 commit comments

Comments
 (0)