From b29fa7192de4afb25c3982a7271f978c74c84036 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 May 2023 20:31:26 +0100 Subject: [PATCH] build-configs(update) --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}