diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 10:09:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 10:09:14 -0200 |
commit | 3566ebf9440c7df15c8b965dab027a6b98df6c74 (patch) | |
tree | 56b35e47275d2c6058a575308e334a20b1384c79 /share/drupal8/Makefile | |
parent | 0111b976856b382778d7c6b89c8aaad6ec3a56a5 (diff) | |
download | templater-3566ebf9440c7df15c8b965dab027a6b98df6c74.tar.gz templater-3566ebf9440c7df15c8b965dab027a6b98df6c74.tar.bz2 |
Drupal 8: Makefile: site_install target
Diffstat (limited to 'share/drupal8/Makefile')
-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 |