diff --git a/justfile b/justfile index 31d75c293..bc001a0f5 100644 --- a/justfile +++ b/justfile @@ -4,8 +4,10 @@ _default: db-backup: sqlite3 web/db.sqlite ".backup 'web/backup-$(date '+%s').sqlite'" -export-config: - drush config:export --destination=`pwd`/config/sync --yes +export: + composer run export + git add config content + git commit -m "tome export" generate-html: drush tome:static --uri https://www.oliverdavies.uk