Skip to content

Commit

Permalink
chore(composer): Update rector command
Browse files Browse the repository at this point in the history
- Removed the '--clear-cache' option from the rector command
- This option is no longer needed and causes unnecessary cache clearing
  • Loading branch information
guanguans committed Aug 22, 2023
1 parent 7ef41de commit 1eab017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
],
"psalm": "@php ./vendor/bin/psalm",
"psalm-baseline": "@psalm --update-baseline",
"rector": "@php ./vendor/bin/rector --clear-cache --ansi -v",
"rector": "@php ./vendor/bin/rector --ansi -v",
"rector-dry-run": "@rector --dry-run",
"release": "/usr/local/opt/[email protected]/bin/php ./vendor/bin/monorepo-builder release --ansi -v",
"release-major": "@release major",
Expand Down

0 comments on commit 1eab017

Please sign in to comment.