Skip to content

Commit f9f95cf

Browse files
committed
chore: Add rector script to composer.json
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 1a4978c commit f9f95cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
],
6868
"test": "phpunit --configuration tests/phpunit-autotest.xml",
6969
"test:db": "@composer run test -- --group DB,SLOWDB",
70-
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml"
70+
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
71+
"rector": "rector && composer cs:fix"
7172
},
7273
"extra": {
7374
"bamarni-bin": {

0 commit comments

Comments
 (0)