mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2025-12-13 14:49:46 +00:00
sort events by start date to regenerate consistently
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user