mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
parent
3449ec5390
commit
d04169a0d8
|
@ -9,6 +9,9 @@ composer *args:
|
||||||
{% if "drupal-project" is same as type %}
|
{% if "drupal-project" is same as type %}
|
||||||
drush *args:
|
drush *args:
|
||||||
{{ "just _exec php drush {{ args }}" | raw }}
|
{{ "just _exec php drush {{ args }}" | raw }}
|
||||||
|
|
||||||
|
install *args:
|
||||||
|
just _exec php drush site:install -y {{ args }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
_exec +args:
|
_exec +args:
|
||||||
|
|
Loading…
Reference in a new issue