From a59a55b0d20313b131b1c9769dc49f1ec3e6db10 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 May 2023 20:31:31 +0100 Subject: [PATCH] build-configs(update) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 29db2b8..1706ab8 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 }}