sort events by start date to regenerate consistently

This commit is contained in:
Fabrice Lamant
2024-07-10 14:15:38 +01:00
parent 53d304f255
commit 4ac2c45fa6
31 changed files with 3509 additions and 3502 deletions

View File

@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "handball.js",
"scripts": {
"start": "node index.js",
"start": "find ./cache/*.html -mmin +60 -exec rm -f {} \\; | node index.js",
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},