build-configs(update)
This commit is contained in:
parent
e0e99702cb
commit
4b42420696
1 changed files with 2 additions and 1 deletions
3
justfile
3
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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue