mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
chore(justfile): remove test-watch
This commit is contained in:
parent
8f48eea65f
commit
33563446d1
|
@ -26,9 +26,6 @@ test *args:
|
|||
{% else %}
|
||||
{{ "just _run php phpunit --colors=always {{ args }}" | raw }}
|
||||
{% endif %}
|
||||
|
||||
test-watch *args:
|
||||
nodemon --ext "*" --watch "." --exec "just test {{ args }} || exit 1" --ignore */sites/simpletest
|
||||
{% endif %}
|
||||
|
||||
{% if "drupal" is same as type %}
|
||||
|
|
Loading…
Reference in a new issue