Skip to content

Commit 1908a05

Browse files
authored
[CLEANUP] Simplify calls to Composer scripts from Composer scripts (#614)
1 parent dddbba0 commit 1908a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
"ci:tests": [
8484
"@ci:tests:unit"
8585
],
86-
"ci:tests:sof": "\"./vendor/bin/phpunit\" --stop-on-failure --do-not-cache-result",
87-
"ci:tests:unit": "\"./vendor/bin/phpunit\" --do-not-cache-result",
86+
"ci:tests:sof": "phpunit --stop-on-failure --do-not-cache-result",
87+
"ci:tests:unit": "phpunit --do-not-cache-result",
8888
"fix:php": [
8989
"@fix:php:fixer",
9090
"@fix:php:rector"

0 commit comments

Comments
 (0)