Skip to content

Commit

Permalink
update composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Takeshi Yu committed Apr 23, 2023
1 parent 8fb41ad commit 4431bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test:lint": "pint --test",
"test:unit": [
"@putenv XDEBUG_MODE=coverage",
"pest --colors=always -v"
"pest --profile --coverage --colors=always -v"
],
"test": [
"@test:lint",
Expand Down

0 comments on commit 4431bde

Please sign in to comment.