mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: add rector process --dry-run
to composer analyze
This commit is contained in:
parent
d51d4e9f1f
commit
2e3dd46d42
@ -70,7 +70,10 @@
|
||||
"CodeIgniter\\ComposerScripts::postUpdate",
|
||||
"bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\""
|
||||
],
|
||||
"analyze": "phpstan analyse",
|
||||
"analyze": [
|
||||
"phpstan analyze",
|
||||
"rector process --dry-run"
|
||||
],
|
||||
"test": "phpunit",
|
||||
"cs": [
|
||||
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
|
||||
|
Loading…
x
Reference in New Issue
Block a user