Skip to content

Commit 96301cc

Browse files
committed
Add check script
1 parent c3c6169 commit 96301cc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
}
4040
},
4141
"scripts": {
42+
"check": [
43+
"@test",
44+
"@analyze",
45+
"@cs-check"
46+
],
4247
"analyze": "phpstan analyze",
48+
"cs-check": "php-cs-fixer check -v",
4349
"cs-fix": "php-cs-fixer fix -v",
4450
"test": "phpunit tests"
4551
},

0 commit comments

Comments
 (0)