From 3566ebf9440c7df15c8b965dab027a6b98df6c74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 28 Oct 2017 10:09:14 -0200 Subject: Drupal 8: Makefile: site_install target --- share/drupal8/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/drupal8/Makefile b/share/drupal8/Makefile index ae9be20..c535eb3 100644 --- a/share/drupal8/Makefile +++ b/share/drupal8/Makefile @@ -91,6 +91,10 @@ ownership: drush: sudo drush make -n --no-core drupal.make.yml $(DRUPAL) +# Run drush site-install +site_install: + $(DRUSH) site-install + # Update the database updatedb: $(DRUSH) updatedb -y -- cgit v1.2.3