forked from MapComplete/MapComplete
Rename some files
This commit is contained in:
parent
00eb6aa008
commit
8c6db095c4
3 changed files with 1 additions and 6 deletions
|
@ -58,7 +58,7 @@ function run() {
|
|||
|
||||
const stringified = questions.map(q => JSON.stringify(q, null, " "))
|
||||
console.log(stringified)
|
||||
let proto = readFileSync("charging_station.proto.json", "utf8")
|
||||
let proto = readFileSync("charging_station.protojson", "utf8")
|
||||
proto = proto.replace("$$$", stringified.join(",\n") + ",")
|
||||
writeFileSync("charging_station.json", proto)
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#! /bin/bash
|
||||
cp csvToJson.tsd csvToJson.ts
|
||||
ts-node csvToJson.ts
|
||||
# rm csvToJson.ts
|
||||
npm run generate:layeroverview
|
Loading…
Add table
Add a link
Reference in a new issue