build-configs(update)

This commit is contained in:
Oliver Davies 2023-04-24 23:00:49 +01:00
parent e0e99702cb
commit 4b42420696

View file

@ -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 }}