build-configs(update)

This commit is contained in:
Oliver Davies 2023-05-09 20:31:26 +01:00
parent 6892e38d09
commit b29fa7192d

View file

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