build-configs(update)
This commit is contained in:
parent
6892e38d09
commit
b29fa7192d
2
justfile
2
justfile
|
@ -18,7 +18,7 @@ composer *args:
|
||||||
alias phpunit := test
|
alias phpunit := test
|
||||||
|
|
||||||
test *args:
|
test *args:
|
||||||
just _run php phpunit --colors=always {{ args }}
|
just _exec php phpunit --colors=always {{ args }}
|
||||||
|
|
||||||
drush *args:
|
drush *args:
|
||||||
just _exec php drush {{ args }}
|
just _exec php drush {{ args }}
|
||||||
|
|
Loading…
Reference in a new issue