Skip to content

Commit

Permalink
Added script all to run pest, phpstan and pint alltogether
Browse files Browse the repository at this point in the history
  • Loading branch information
nasrulhazim committed Nov 5, 2024
1 parent 6f10b1b commit ec14d36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint"
"format": "vendor/bin/pint",
"all": "vendor/bin/pint && vendor/bin/phpstan analyse && vendor/bin/pest"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit ec14d36

Please sign in to comment.