Skip to content

Commit 186f771

Browse files
committed
Add check:all script to composer.json for combined code checks
1 parent ecdef9b commit 186f771

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
}
4545
},
4646
"scripts": {
47+
"check:all": [
48+
"@cs",
49+
"@phpstan",
50+
"@integration"
51+
],
4752
"integration": "paratest tests/ --bootstrap vendor/autoload.php -f",
4853
"cs": "php-cs-fixer fix --dry-run",
4954
"cs:fix": "php-cs-fixer fix",

0 commit comments

Comments
 (0)