mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-17 15:45:44 +03:00
Tools: Rename lint/format scripts to match newer repos.
This commit is contained in:
parent
f269c2a1ab
commit
61744dcbaa
2 changed files with 6 additions and 5 deletions
|
@ -23,10 +23,10 @@
|
|||
"spatie/phpunit-watcher": "^1.23"
|
||||
},
|
||||
"scripts": {
|
||||
"phpcs": [
|
||||
"lint": [
|
||||
"phpcs --extensions=php -s -p"
|
||||
],
|
||||
"phpcbf": [
|
||||
"format": [
|
||||
"phpcbf -p"
|
||||
],
|
||||
"test" : "phpunit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue