diff --git a/justfile b/justfile index fa906c5..99f0f09 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ composer *args: alias phpunit := test test *args: - just _run php phpunit --colors=always {{ args }} + just _exec php phpunit --colors=always {{ args }} drush *args: just _exec php drush {{ args }}