feat(justfile): add an install recipe

Fixes #26
This commit is contained in:
Oliver Davies 2023-03-08 21:08:56 +00:00
parent 3449ec5390
commit d04169a0d8

View file

@ -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: