Scripts: attempt to get script working

This commit is contained in:
Pieter Vander Vennet 2025-04-27 03:05:00 +02:00
parent 75c0420d83
commit 494b8684ac

View file

@ -121,7 +121,7 @@
"### 1": "CODE AND DATA MAINTAINENCE",
"download:nsi-logos": "mkdir -p /public/assets/data/nsi && vite-node scripts/nsiLogos.ts -- download prune addExtensions patch || npm run download:nsi-logos # This script crashes often without the possibility to correct - hence the auto retry with OR",
"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:editor-layer-index": "mkdir -p ./public/assets/data/ && vite-node scripts/downloadEli.ts",
"download:stats": "vite-node scripts/GenerateSeries.ts",
"download:community-index": "vite-node scripts/downloadCommunityIndex.ts ",
"weblate:add-upstream-core": "git remote add weblate-core https://translate.mapcomplete.org/git/mapcomplete/core/ ; git remote update weblate-core",