diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/drupal8/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |