Skip to content

Commit

Permalink
Update composer shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
HypeMC committed Dec 2, 2024
1 parent 0e56999 commit 6d7a04c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@
}
},
"scripts": {
"analyse": "phpstan analyse",
"lint": "php-cs-fixer fix -v",
"test": "simple-phpunit"
"run-checks": [
"php-cs-fixer fix -vvv",
"simple-phpunit",
"phpstan analyse"
]
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6d7a04c

Please sign in to comment.