Skip to content

Commit a325afc

Browse files
committed
Include psalm in composer scripts
1 parent e46d7c4 commit a325afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
"sort-packages": true
6161
},
6262
"scripts": {
63-
"baseline": "phpstan --generate-baseline",
63+
"baseline": "phpstan --generate-baseline && psalm --set-baseline",
6464
"bench": "phpbench run",
6565
"check": "composer fix && composer stan && composer test",
6666
"docs": "php generate-class-reference.php",
6767
"fix": "php-cs-fixer fix",
68-
"stan": "phpstan",
68+
"stan": "phpstan && psalm",
6969
"test": "phpunit"
7070
}
7171
}

0 commit comments

Comments
 (0)