diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-20 17:40:55 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-20 17:51:00 +0200 |
commit | f9f95cf66de4eedd0a99463b9e14b1d1cf1716f0 (patch) | |
tree | 3f0c8eb0b0edad4069450d431105b3481a46aff9 /composer.json | |
parent | 1a4978c4ead55daa2726df5967c1377d61a57f7a (diff) | |
download | nextcloud-server-f9f95cf66de4eedd0a99463b9e14b1d1cf1716f0.tar.gz nextcloud-server-f9f95cf66de4eedd0a99463b9e14b1d1cf1716f0.zip |
chore: Add rector script to composer.json
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6038b9d66ed..5eedfd0cf79 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ ], "test": "phpunit --configuration tests/phpunit-autotest.xml", "test:db": "@composer run test -- --group DB,SLOWDB", - "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml" + "test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml", + "rector": "rector && composer cs:fix" }, "extra": { "bamarni-bin": { |