forked from MapComplete/MapComplete
Refactoring: split NameSuggestionIndex into parts
This commit is contained in:
parent
4899065fc4
commit
cf7e005fd1
5 changed files with 103 additions and 139 deletions
|
@ -120,7 +120,7 @@
|
|||
"velopark:download": "vite-node scripts/velopark/veloParkToGeojson.ts ",
|
||||
"### 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:nsi": "npm i name-suggestion-index && vite-node scripts/generateNsiStats.ts && npm run download:nsi-logos && vite-node scripts/nsiLogos.ts -- all",
|
||||
"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 ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue