Updated compiler and trying to make ci work again

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-16 22:40:00 +01:00
parent ab5911fae9
commit b5ce0c9b93
20 changed files with 52 additions and 57 deletions

View File

@ -15,7 +15,6 @@ const bootstrap = async () => {
const set: Set = require(el).default
if (!isSetAvailable(set, lang)) continue
console.log(el)
await fs.mkdir(`${endpoint}/${set.code}/`, {recursive: true})
await fs.writeFile(`${endpoint}/${set.code}/index.json`, JSON.stringify(setToSetSingle(set, lang)))
@ -23,6 +22,5 @@ const bootstrap = async () => {
}
console.log("Building sets/item")
bootstrap()