Skip to content

Commit

Permalink
chore: add test:unit to composer.json
Browse files Browse the repository at this point in the history
Follow the pattern of other apps

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Apr 5, 2024
1 parent 9bb7257 commit a39302b
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 @@ -43,7 +43,8 @@
],
"post-update-cmd": [
"composer dump-autoload"
]
],
"test:unit": "vendor/bin/phpunit --colors=always"
},
"extra": {
"bamarni-bin": {
Expand Down

0 comments on commit a39302b

Please sign in to comment.