build-configs(update)

This commit is contained in:
Oliver Davies 2023-04-24 23:00:53 +01:00
parent 455297ea2a
commit 8006fb5169

View file

@ -18,7 +18,7 @@ composer *args:
alias phpunit := test alias phpunit := test
test *args: test *args:
just _run php phpunit {{ args }} just _run php phpunit --colors=always {{ args }}
drush *args: drush *args:
just _exec php drush {{ args }} just _exec php drush {{ args }}
@ -29,6 +29,7 @@ install *args:
_exec +args: _exec +args:
docker compose exec {{ args }} docker compose exec {{ args }}