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 %}
|
||||
drush *args:
|
||||
{{ "just _exec php drush {{ args }}" | raw }}
|
||||
|
||||
install *args:
|
||||
just _exec php drush site:install -y {{ args }}
|
||||
{% endif %}
|
||||
|
||||
_exec +args:
|
||||
|
|
Loading…
Reference in a new issue