Rename lint to test-phpcs
This commit is contained in:
parent
d65d8f96da
commit
faf8463a92
|
@ -15,14 +15,15 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "composer run-script generate",
|
"dev": "composer run-script generate",
|
||||||
"generate": "sculpin generate --clean --no-interaction",
|
"generate": "sculpin generate --clean --no-interaction",
|
||||||
"lint": "php-cs-fixer fix",
|
|
||||||
"prod": "composer run-script generate -- --env prod",
|
"prod": "composer run-script generate -- --env prod",
|
||||||
"watch": "composer run-script --timeout=0 generate -- --server --watch",
|
"watch": "composer run-script --timeout=0 generate -- --server --watch",
|
||||||
"test-phpunit": "phpunit",
|
"test-phpunit": "phpunit",
|
||||||
"test-phpstan": "phpstan analyze",
|
"test-phpstan": "phpstan analyze",
|
||||||
|
"test-phpcs": "php-cs-fixer fix --dry-run",
|
||||||
"test": [
|
"test": [
|
||||||
"@test-phpunit",
|
"@test-phpunit",
|
||||||
"@test-phpstan"
|
"@test-phpstan",
|
||||||
|
"@test-phpcs"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
Loading…
Reference in a new issue