Refactoring: remove scripts and leaderboard which depend on imgur

This commit is contained in:
Pieter Vander Vennet 2025-02-08 01:46:54 +01:00
parent e3a984a2dd
commit d920afa09e
5 changed files with 0 additions and 566 deletions

View file

@ -121,7 +121,6 @@
"download:nsi": "npm i name-suggestion-index && vite-node scripts/generateStats.ts && npm run download:nsi-logos && vite-node scripts/nsiLogos.ts -- all",
"download:editor-layer-index": "vite-node scripts/downloadEli.ts",
"download:stats": "vite-node scripts/GenerateSeries.ts",
"download:images": "vite-node scripts/generateImageAnalysis.ts -- ~/data/imgur-image-backup/",
"download:community-index": "vite-node scripts/downloadCommunityIndex.ts ",
"weblate:add-upstream": "git remote add weblate https://translate.mapcomplete.org/git/mapcomplete/core/ ; git remote update weblate",
"weblate:fix": "npm run weblate:add-upstream && git merge weblate/master && git rebase origin/master && git push origin master",