aboutsummaryrefslogtreecommitdiff
path: root/share/templater/drupal8/files/Makefile.drupal8
diff options
context:
space:
mode:
Diffstat (limited to 'share/templater/drupal8/files/Makefile.drupal8')
-rw-r--r--share/templater/drupal8/files/Makefile.drupal84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templater/drupal8/files/Makefile.drupal8 b/share/templater/drupal8/files/Makefile.drupal8
index fe53066..88c0852 100644
--- a/share/templater/drupal8/files/Makefile.drupal8
+++ b/share/templater/drupal8/files/Makefile.drupal8
@@ -126,8 +126,8 @@ initdb: settings
test -s sql/dumps/latest.sql.gz && gzip -dc sql/dumps/latest.sql.gz | $(DRUSH) sql-cli || true
test -s sql/dumps/latest.sql.gz && $(DRUSH) updatedb -y || true
-# Dump the database
-dumpdb: settings
+# Dump the database, clearing the cache to ensure a small package
+dumpdb: settings cache
mkdir -p sql/dumps
rm -f sql/dumps/latest.sql.gz
rm -f sql/dumps/$(DATE).sql.gz