Skip to content

Commit 2140a40

Browse files
authored
Merge pull request #61 from nightio/composer-check-all
Add `check:all` script to composer.json for combined code checks
2 parents 5da1e22 + 186f771 commit 2140a40

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)