From 8006fb5169204cc46369d745bcf1f331ec4fd86c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Apr 2023 23:00:53 +0100 Subject: [PATCH] build-configs(update) --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index 6e905ba..29db2b8 100644 --- a/justfile +++ b/justfile @@ -18,7 +18,7 @@ composer *args: alias phpunit := test test *args: - just _run php phpunit {{ args }} + just _run php phpunit --colors=always {{ args }} drush *args: just _exec php drush {{ args }} @@ -29,6 +29,7 @@ install *args: + _exec +args: docker compose exec {{ args }}