mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 19:05: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 %}
|
{% 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…
Add table
Add a link
Reference in a new issue