]> gitweb.fluxo.info Git - templater.git/commitdiff
Drupal 8: Makefile: site_install target
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 12:09:14 +0000 (10:09 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Oct 2017 12:09:14 +0000 (10:09 -0200)
share/drupal8/Makefile

index ae9be206627a93b8c9262685cdf2bc39be7d3b9b..c535eb36a468cc3647d4e0a402c31c71e5367292 100644 (file)
@@ -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