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