Automated dev commit

This commit is contained in:
Oliver Davies 2025-04-29 14:37:43 +01:00
parent 76759ffa78
commit c5c3540595
2 changed files with 4 additions and 1 deletions

View file

@ -101,6 +101,9 @@
}
},
"scripts": {
"export": "drush tome:export --yes",
"import": "drush tome:import",
"generate": "drush tome:static --uri https://www.oliverdavies.uk",
"test": [
"composer validate --strict"
]