Skip to content

Commit

Permalink
Merge pull request #40 from Hi-Folks/all-check-pint
Browse files Browse the repository at this point in the history
including Pint in all-check script
  • Loading branch information
roberto-butti authored Oct 22, 2023
2 parents a86ce58 + a8da351 commit 9ad9e23
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 @@ -34,11 +34,12 @@
}
},
"scripts": {
"pint": "vendor/bin/pint",
"format": "vendor/bin/pint",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"static-code": "vendor/bin/phpstan analyse -c phpstan.neon",
"all-check": [
"@format",
"@test",
"@static-code"
]
Expand Down

0 comments on commit 9ad9e23

Please sign in to comment.