Skip to content

Commit

Permalink
[CLEANUP] Simplify calls to Composer scripts from Composer scripts (M…
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Jun 23, 2024
1 parent dddbba0 commit 1908a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"ci:tests": [
"@ci:tests:unit"
],
"ci:tests:sof": "\"./vendor/bin/phpunit\" --stop-on-failure --do-not-cache-result",
"ci:tests:unit": "\"./vendor/bin/phpunit\" --do-not-cache-result",
"ci:tests:sof": "phpunit --stop-on-failure --do-not-cache-result",
"ci:tests:unit": "phpunit --do-not-cache-result",
"fix:php": [
"@fix:php:fixer",
"@fix:php:rector"
Expand Down

0 comments on commit 1908a05

Please sign in to comment.