mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01:00
parent
3449ec5390
commit
d04169a0d8
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue