diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-23 11:58:27 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-09-23 11:58:27 +0200 |
commit | 98efa3bda838065fb9ff5740f2688fe2b526ae2d (patch) | |
tree | 2be6e53b611eff4aa05fcdc2ee35512b6d2028b4 /composer.json | |
parent | f9f95cf66de4eedd0a99463b9e14b1d1cf1716f0 (diff) | |
download | nextcloud-server-98efa3bda838065fb9ff5740f2688fe2b526ae2d.tar.gz nextcloud-server-98efa3bda838065fb9ff5740f2688fe2b526ae2d.zip |
chore(rector): Move rector.php into the build folderfeat/add-rector-config
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5eedfd0cf79..d54807e9c8e 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "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", - "rector": "rector && composer cs:fix" + "rector": "rector --config=build/rector.php && composer cs:fix" }, "extra": { "bamarni-bin": { |