Tools: Rename lint/format scripts to match newer repos.

This commit is contained in:
Ian Dunn 2022-04-27 13:30:24 -07:00
parent f269c2a1ab
commit 61744dcbaa
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
2 changed files with 6 additions and 5 deletions

View file

@ -23,10 +23,10 @@
"spatie/phpunit-watcher": "^1.23"
},
"scripts": {
"phpcs": [
"lint": [
"phpcs --extensions=php -s -p"
],
"phpcbf": [
"format": [
"phpcbf -p"
],
"test" : "phpunit",