mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: add composer script aliaes
This commit is contained in:
parent
2e3dd46d42
commit
cb60d9394f
@ -74,6 +74,7 @@
|
||||
"phpstan analyze",
|
||||
"rector process --dry-run"
|
||||
],
|
||||
"sa": "@analyze",
|
||||
"test": "phpunit",
|
||||
"cs": [
|
||||
"php-cs-fixer fix --ansi --verbose --dry-run --diff --config=.php-cs-fixer.user-guide.php",
|
||||
@ -84,7 +85,8 @@
|
||||
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.user-guide.php",
|
||||
"php-cs-fixer fix --ansi --verbose --diff --config=.php-cs-fixer.no-header.php",
|
||||
"php-cs-fixer fix --ansi --verbose --diff"
|
||||
]
|
||||
],
|
||||
"style": "@cs-fix"
|
||||
},
|
||||
"scripts-descriptions": {
|
||||
"analyze": "Run static analysis",
|
||||
|
Loading…
x
Reference in New Issue
Block a user